Bandwidth Usage drop down not showing all

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Bandwidth Usage drop down not showing all

Post by CBoekhuis »

Hi,

i noticed that the dropdown menu in reports-->Available Reports-->Bandwidth Usage-->View Report For: (dropdown) is not showing all lines.
I don't know if this started after the changes in mrtg a few versions ago or if i've miss someting.
I generate the config file with /usr/bin/cfgmaker and put the config in /etc/mrtg/conf.d/xxx.xxx.xxx.xxx.cfg.

I'd aspect that the drop down shoud list the new generated hosts in the drop down.

What am i doing wrong?

Regards
Christian Bakker
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Bandwidth Usage drop down not showing all

Post by tmcdonald »

What exact cfgmaker command do you run?

Does it work if you use the Network Switch / Router Wizard instead?
Former Nagios employee
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Re: Bandwidth Usage drop down not showing all

Post by CBoekhuis »

/usr/bin/cfgmaker --show-op-down --zero-speed=100000000 --snmp-options=:::::2 --noreversedns [email protected] > 192.168.xxx.xxx.cfg

When using the wizard the drop down shows up , but also generates unneccesary services for each port.

Is there a solution for that?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Bandwidth Usage drop down not showing all

Post by slansing »

The report should only display hosts/services that are actually in XI, they need to be in the proper configuration format, it will not read any old mrtg config and automatically pull them in.
CBoekhuis
Posts: 234
Joined: Tue Aug 16, 2011 4:55 am

Re: Bandwidth Usage drop down not showing all

Post by CBoekhuis »

ok. Thanx
Locked