Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_cpu_snmp

Rating
0 votes
Favoured:
0
Hits
148803
Files:
FileDescription
check_cpu_snmp.tar.gzsource file and GPL
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
C language plugin, using net-snmp api, to return an average % utilization for all entries under hrProcessorLoad. Use for checking CPU on SNMP enabled Windows servers.
This plugin efficiently checks CPU load on Windows servers (or others supporting the HOST-RESOURCES-MIB::hrProcessorLoad oid). Averages the entries for all processors. Uses net-snmp C api to avoid external system calls. Does not compile mib files.

Compilation instructions are in the comments at the start of the file (usually an easy one-liner with gcc). Results may vary, but contact me if you find a bug or to suggest improvements.