Home Directory Tutorials Other Tutorials And HOWTOs Tutorial to monitor AROS & APC UPS-s via SNMP with NAGIOS

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Tutorial to monitor AROS & APC UPS-s via SNMP with NAGIOS

Current Version
2
Last Release Date
2010-08-27
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
Other
Hits
187217
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Tutorial to monitor AROS & APC UPS-s via SNMP with NAGIOS
- UPDATED - 27.08.2010

I have inserted my first plug-in (you can get it from here) in this tutorial with the help of which we will check things like voltage in or the time that remains until the battery is finished.

Before you start this tutorial please make sure that your network responds to the same OID as here and that you have configured all the UPS-s to work with the snmp (note down your snmp community string). In my tests I used the standard powernet395.mib from APC and the rfc1628.mib for AROS.

...................................


After we can make the UPS checks by device type:

#######################################################################################################################

##

## APC UPS Checks

##

#######################################################################################################################

define service{

use generic-service ;

hostgroup_name 007-ups-all-apc

service_description APC Battery temperature

check_command check_snmp!-o .1.3.6.1.4.1.318.1.1.1.2.2.2.0 -C Default_snmp_string -w 35 -c 45 -u C

}


..............................................