Nagios Exchange
  • Home
  • Directory
  • 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
Plugins4387Themes and Skins11Add-ons732Documentation283Graphics 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
Tape Drives and Libraries check_tina.sh Checks How many tapes are empty
0.0 (0)
93.8K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Patrick Zambelli
PZ

Patrick Zambelli

@patrickz

User Stats

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.2K
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