Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
- 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 } ..............................................
Current Version
2
Last Release Date
2010-08-27
Owner
Mihai R.
Website
http://mihai.radoveanu.ro/2010/02/tutorial-to-monitor-aros-apc-ups-s-via-snmp-with-nagios/
License
Other
Compatible With
- 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
}
..............................................
You must be logged in to submit a review.
To:
From: