Page 1 of 1

incorrect data in performance graph

Posted: Wed Feb 13, 2019 11:52 pm
by magpantayr
Hello,

I am currently monitoring our Cisco WLC, and is using SNMP to monitor connected clients to an AP

No issues with the SNMP result but graphing seems not working properly.
My guess is because it was a Counter32 type instead of Integer. (There is a letter "c" at the end of the data)

Is there any way to fix this?

Check command:

Code: Select all

/usr/local/nagios/libexec/check_snmp -H 192.168.233.101 -o 1.3.6.1.4.1.14179.2.2.2.1.15.244.219.230.238.182.0.1 -C calambaro -P 2c -w 25 -c 28
SNMP OK - 2 | iso.3.6.1.4.1.14179.2.2.2.1.15.244.219.230.238.182.0.1=2c;25;28;
Snmpwalk:

Code: Select all

snmpwalk -v 2c -c calambaro 192.168.233.101 1.3.6.1.4.1.14179.2.2.2.1.15.244.219.230.238.182.0.1
SNMPv2-SMI::enterprises.14179.2.2.2.1.15.244.219.230.238.182.0.1 = Counter32: 2
Graph: (inaccurate)

Re: incorrect data in performance graph

Posted: Thu Feb 14, 2019 12:45 pm
by tgriep
Take a look at this forum post that talks about same issue you are having and a solution to fix it.
https://support.nagios.com/forum/viewto ... 16&t=52031

Re: incorrect data in performance graph

Posted: Fri Feb 15, 2019 1:35 am
by magpantayr
Hello,

Thanks for the help. I was trying to search this issue on other posts but unable to find it.

Graphing is now fixed.

Cheers!

Re: incorrect data in performance graph

Posted: Fri Feb 15, 2019 8:14 am
by scottwilkerson
magpantayr wrote:Hello,

Thanks for the help. I was trying to search this issue on other posts but unable to find it.

Graphing is now fixed.

Cheers!
Glad it is resolved!

Locking thread