Windows

Check Multiple Processor Load

Description:

Find out the individual CPU load for Windows Systems.

Current Version

Last Release Date

June 15, 2009

Compatible With


Nagios CSP

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!
Project Files
Project Notes
Reviews (2) Add a Review
Just change the for loop in this way to get perfdata !
by patrickz, December 31, 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."
";
Helpful? Yes  No 
No perf data
by lmiltchev, September 30, 2012
It is a nice plugin! Unfortunately it doesn't return perfdata.
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (3)
Favorites
1
Views
113,849