CPU Usage and Load

Check Multiple Processor Load

Description:

Find out the individual CPU load for Windows Systems.

Current Version

Last Release Date

June 15, 2009

Compatible With


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." ";



No perf data
by lmiltchev, September 30, 2012

It is a nice plugin! Unfortunately it doesn't return perfdata.



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,897