Page 2 of 3
Re: check_snmp return value with performance graph
Posted: Mon Jan 21, 2019 10:25 am
by bongbi
Thanks.
Here is the conf file.
Re: check_snmp return value with performance graph
Posted: Mon Jan 21, 2019 11:47 am
by scottwilkerson
I think you need to remove the following from $ARG1$ field for these services=
This is not present for the
clusterIops which is working correctly
Re: check_snmp return value with performance graph
Posted: Fri Jan 25, 2019 11:23 am
by bongbi
Hi,
Performance graph still takes arbitrary value from somewhere. Any other suggestion?
Re: check_snmp return value with performance graph
Posted: Fri Jan 25, 2019 4:43 pm
by cdienger
The graph showing zero may have had settings at one point that have changed and now new data can no longer be graphed. Try removing this graph's rrd and xml file. You'll find it under:
/usr/local/nagios/share/perfdata/<hostname>/<servicedesc>.[rrd|xml]
Performance graph still takes arbitrary value from somewhere.
The graph that jumps around would be graphing the data that the device returns and it's likely the counter jumps. Are you able to check the value on the device itself or with a MIB browser?
Re: check_snmp return value with performance graph
Posted: Mon Feb 04, 2019 1:55 pm
by bongbi
Hi,
I have deleted performance data rrd & xml file and restarted Nagios service but it shows same result.
I have attached MIB Browser output as well.
Thanks.
Re: check_snmp return value with performance graph
Posted: Mon Feb 04, 2019 4:51 pm
by cdienger
Let's try to verify the requests from XI and the responses it receives.
On the XI command line run:
yum -y install tcpdump
tcpdump -s 0 -i any port 161 and host w.x.y.z -w ouputput.pcap
where w.x.y.z is the IP address of the device that is being queried. Let this run just long enough to capture a couple jumps in the graph and then use CTRL+C to stop it and PM me the output.pcap it created.
Re: check_snmp return value with performance graph
Posted: Tue Feb 05, 2019 12:08 pm
by bongbi
Email sent!
Re: check_snmp return value with performance graph
Posted: Tue Feb 05, 2019 2:56 pm
by cdienger
I missed the part where it's using snmp v3 and hence encrypted. Can it be switched to version 2c to help troubleshoot?
Re: check_snmp return value with performance graph
Posted: Tue Feb 05, 2019 3:45 pm
by bongbi
Based on Nutanix documentation, v1 & v2 are not supported.
https://portal.nutanix.com/#/page/docs/ ... _wc_t.html
Re: check_snmp return value with performance graph
Posted: Wed Feb 06, 2019 1:29 pm
by cdienger
Can you provide a screenshot of the Advanced tab for the clusterIops service so that we may see the performance data field? If you check this field, do you see the value jumping as well?