Page 1 of 1

Not able to monitor CPU & D drive using snmp

Posted: Mon Feb 04, 2013 5:03 am
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.

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

Posted: Mon Feb 04, 2013 8:50 am
by scottwilkerson
Lets run the following from the command line

Code: Select all

chmod +x /usr/local/nagios/libexec/check_snmp*

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

Posted: Tue Feb 05, 2013 7:59 am
by lafargeuser
Thanks. Its done.