Page 1 of 1

Bandwidth Usage drop down not showing all

Posted: Wed Aug 13, 2014 5:07 am
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

Re: Bandwidth Usage drop down not showing all

Posted: Wed Aug 13, 2014 9:20 am
by tmcdonald
What exact cfgmaker command do you run?

Does it work if you use the Network Switch / Router Wizard instead?

Re: Bandwidth Usage drop down not showing all

Posted: Wed Aug 13, 2014 4:09 pm
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?

Re: Bandwidth Usage drop down not showing all

Posted: Thu Aug 14, 2014 12:29 pm
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.

Re: Bandwidth Usage drop down not showing all

Posted: Fri Aug 15, 2014 2:00 am
by CBoekhuis
ok. Thanx