SNMP

APC Extra Device Monitoring

Description:

This plugin monitors several APC power and air conditioning units for most pertinent information. Includes support for ACRC and ACSC In-row AC units, NetBotz main sensors, and 3-phase rack PDUs.

Current Version

Last Release Date

June 23, 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
Nagios plugin - check_apcext.pl 05.03.07 Paul Venezia This plugin monitors several APC power and air conditioning units for most pertinent information. Usage: ./check_apcext.pl -H -C -p -w -c Parameters: * APC NetBotz * nbmstemp NetBotz main sensor temp * nbmshum NetBotz main sensor humidity * nbmsairflow NetBotz main sensor airflow * APC Metered Rack PDU (3 phase) * rpduamps Amps on each phase * APC ACSC In-Row * acscstatus System status (on/standby) * acscload Cooling load * acscoutput Cooling output * acscsupair Supply air * acscairflow Air flow * acscracktemp Rack inlet temp * acsccondin Condenser input temp * acsccondout Condenser outlet temp * APC ACRC In-Row * acrcstatus System status (on/standby) * acrcload Cooling load * acrcoutput Cooling output * acrcairflow Air flow * acrcracktemp Rack inlet temp * acrcsupair Supply air * acrcretair Return air * acrcfanspeed Fan speed * acrcfluidflow Fluid flow * acrcflenttemp Fluid entering temp * acrcflrettemp Fluid return temp
Reviews (2) Add a Review
Change from F to C
by michael.luczkow, January 31, 2015
Before:
'acrcracktemp' => {
'label' => 'Rack Inlet Temp',
'unit' => 'C',
'oid' => '.1.3.6.1.4.1.318.1.1.13.3.2.2.2.6.0',
'cdef' => '$val * .10'
},

After:
'acrcracktemp' => {
'label' => 'Rack Inlet Temp',
'unit' => 'C',
'oid' => '.1.3.6.1.4.1.318.1.1.13.3.2.2.2.6.0',
'cdef' => '(($val * .10) - 32) * 5/9'
},
Helpful? Yes  No 
not working
by Confisio, August 31, 2013
all the inrow and pdu services not working! Please fix it!

It is amazing ideal to be all-in-one but have to work as well..
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
4.3 (3)
Favorites
0
Views
160,106