check_snmp, performance graph and graph explorer discrepancy

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kulcatz
Posts: 8
Joined: Thu Jun 25, 2015 4:05 am

check_snmp, performance graph and graph explorer discrepancy

Post by kulcatz »

Hi,

We have a linux box being monitored in nagiosxi. One of its services configured is Active Sessions. We are getting the values correctly, however the value in graph explorer is different.

when run via command line:

$ /usr/local/nagios/libexec/check_snmp -H x.x.x.x -P 2c -o globalStatActiveCalls.summaryPeriod1Current5Minutes -m /usr/share/snmp/mibs/perimeta.mib
SNMP OK - 4 | PERIMETA-MIB::globalStatActiveCalls.summaryPeriod1Current5Minutes=4c

in GUI mode:
2.PNG
Performance Graph does not show for this service.
1.PNG
Graph Explorer Value is different:
3.PNG
Thanks in advance for those who will help.
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: check_snmp, performance graph and graph explorer discrep

Post by tgriep »

We are currently looking at the issue that you are experiencing with the graphs.
Can you upload the xml and rrd files for that service that is failing to this post so we can use them for debugging this issue?
Be sure to check out our Knowledgebase for helpful articles and solutions!
kulcatz
Posts: 8
Joined: Thu Jun 25, 2015 4:05 am

Re: check_snmp, performance graph and graph explorer discrep

Post by kulcatz »

tgriep wrote:We are currently looking at the issue that you are experiencing with the graphs.
Can you upload the xml and rrd files for that service that is failing to this post so we can use them for debugging this issue?
Where can I find those?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: check_snmp, performance graph and graph explorer discrep

Post by tgriep »

In the following folder

Code: Select all

/usr/local/nagios/share/perfdata/
Find your host name and change to that folder and you should see the files in there.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: check_snmp, performance graph and graph explorer discrep

Post by tgriep »

We have a fix for the SNMP counter's not graphing correctly in XI. Here is the link to the instructions on how to resolve the issue.
https://support.nagios.com/forum/viewto ... 65#p146465
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked