Home Directory Plugins Operating Systems Windows Check Multiple Processor Load

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 Multiple Processor Load

Rating
3 votes
Favoured:
1
Hits
113386
Files:
FileDescription
check_win_cpuloadcheck_win_cpuload
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Find out the individual CPU load for Windows Systems.
Reviews (2)
$ret_string="";
$perfvalue="";
# Getting Individual CPU Load
$i=0;
foreach ( @pourcentage ) {
s/HOST-RESOURCES-MIB::hrProcessorLoad.d+ = INTEGER://g;
$cpuuse=$_;
$ret_string .= "CPU-$i:$cpuuse%, ";
$perfvalue .= "CPU-$i=$cpuuse%;$warning;$critical;0;100 ";
$i++;
}
print $ret_string." | ".$perfvalue."
";
bylmiltchev, September 12, 2012
It is a nice plugin! Unfortunately it doesn't return perfdata.