Not able to monitor CPU & D drive using snmp

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Not able to monitor CPU & D drive using snmp

Post by lafargeuser »

Monitoring Windows server 2003 using SNMP wizard & found below problem for CPU Usage & D:\ Drive
CPU usage showing critical & (Return code of 126 is out of bounds plugin may not be executalbe)
D:\ drive disk usage showing Unknown Usage check _snmp -H <IP Address > -o OID -w warn_range -c crit_range.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not able to monitor CPU & D drive using snmp

Post by scottwilkerson »

Lets run the following from the command line

Code: Select all

chmod +x /usr/local/nagios/libexec/check_snmp*
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Not able to monitor CPU & D drive using snmp

Post by lafargeuser »

Thanks. Its done.
Locked