Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins11Add-ons741Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Other Tutorials And HOWTOs Remote server monitoring with nagios
0.0 (0)
38.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)Yoann LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Claudio Kuenzler (2)
See More
Newest Contributors
sowoii (1)Nitatemic (1)cjdepaul (1)ixs (1)messefreeze (2)
See More

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Patrick Zambelli
PZ

Patrick Zambelli

@patrickz

User Stats

Member Since: September 15, 2009

Favorites0

Views0

Projects1

Nagios check to recursively scan via SNMP on HP BladeSystem the Fan and power supplies. In addition also the overall system status is retrieved.
HP (Compaq)
Nagios check to recursively scan via SNMP on HP BladeSystem the Fan and power supplies. In addition also the overall system status is retrieved.
In addition to other Nagios checks this script access the "root" OID of the fan and power supplies and iterates for values. In this way,…
0.0 (0)
98.3K
0
Patrick Zambelli
CPU core usage

The check file is empty

Can not download the check.

Reviewed 13 years ago

Check Multiple Processor Load

Just change the for loop in this way to get perfdata !

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

Reviewed 13 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile