Page 1 of 1

Bandwidth Graphs all showing Same Incorrect Values

Posted: Mon Aug 24, 2020 11:24 pm
by knottyau75
Ok, This is a Strange one.
I have been using This nagios instance for over 2 years. It has been fairly static for the last Six months with out Issue.

I have been asked to monitor our Riverbeds so, using the snmp Switch wizard I have started adding them into Nagios XI. The wizard runs fine and detects the Interfaces so i can Graph them, And all is Good. Except, I have found that all of the graphs for the Interfaces on all of the Devices I have setup so far are Identical.

Image

Image

Image

Image

Looking at the Service Config, They are Different for each device.


Image

Image

Image

So i'm not sure where to go to from here.

Any Idea's?

Thanks

Matthew

Re: Bandwidth Graphs all showing Same Incorrect Values

Posted: Tue Aug 25, 2020 11:38 am
by scottwilkerson
For some reason they are all referencing the same RRD file in $ARG1$

Code: Select all

10.197.0.21_7.rrd
This is not correct, each should have a different port (7) or IP (10.197.0.21), or both at the very least.

I would recommend re-running the Switch wizard, as I am not sure how these were setup to have the same $ARG1$

Re: Bandwidth Graphs all showing Same Incorrect Values

Posted: Tue Aug 25, 2020 11:41 am
by scottwilkerson
Another possible cause being the Service Description is the same (Wan Bandwidth) would be if you accidentally added a hostgroup that contained all of the switches to the Wan Bandwidth service that is actually on 10.197.0.21

this would overwrite the other definitions and cause the issue you are seeing as well.