Thanks.
Here is the conf file.
check_snmp return value with performance graph
Re: check_snmp return value with performance graph
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_snmp return value with performance graph
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
Code: Select all
-m NUTANIX-MIBRe: check_snmp return value with performance graph
Hi,
Performance graph still takes arbitrary value from somewhere. Any other suggestion?
Performance graph still takes arbitrary value from somewhere. Any other suggestion?
You do not have the required permissions to view the files attached to this post.
Re: check_snmp return value with performance graph
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]
/usr/local/nagios/share/perfdata/<hostname>/<servicedesc>.[rrd|xml]
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?Performance graph still takes arbitrary value from somewhere.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: check_snmp return value with performance graph
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.
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.
You do not have the required permissions to view the files attached to this post.
Re: check_snmp return value with performance graph
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.
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: check_snmp return value with performance graph
I missed the part where it's using snmp v3 and hence encrypted. Can it be switched to version 2c to help troubleshoot?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: check_snmp return value with performance graph
Based on Nutanix documentation, v1 & v2 are not supported.
https://portal.nutanix.com/#/page/docs/ ... _wc_t.html
https://portal.nutanix.com/#/page/docs/ ... _wc_t.html
Re: check_snmp return value with performance graph
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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.