Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
APC Extra Device Monitoring
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!
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
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)
bymichael.luczkow, January 29, 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'
},
'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'
},
byConfisio, August 16, 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..
It is amazing ideal to be all-in-one but have to work as well..