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.
Not able to monitor CPU & D drive using snmp
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
-
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
Lets run the following from the command line
Code: Select all
chmod +x /usr/local/nagios/libexec/check_snmp*-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: Not able to monitor CPU & D drive using snmp
Thanks. Its done.