incorrect data in performance graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
magpantayr
Posts: 17
Joined: Sun May 14, 2017 10:33 pm

incorrect data in performance graph

Post 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)
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: incorrect data in performance graph

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
magpantayr
Posts: 17
Joined: Sun May 14, 2017 10:33 pm

Re: incorrect data in performance graph

Post 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!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: incorrect data in performance graph

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked