Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Multiple Processor Load
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Reviews (2)
bypatrickz, December 6, 2012
$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."
";
$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.