Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
Simple Checkcommands based on check_snmp to monitor APC UPS Devices.
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
Website
http://www.moehrenbude.de/
Compatible With
command[snmp_ups_stat]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.2.1.1.0 -w 3 -c 4 -l 'Main Battery Status' command[snmp_ups_capa]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.2.2.1.0 -l 'Adv. Battery Capacity' -u '%' command[snmp_ups_temp]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.2.2.2.0 -w 29 -c 40 -l 'internal Temperature' -u 'Grad Celsius' command[snmp_ups_load]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.4.2.3.0 -w 60 -c 90 -l 'Output Load' -u '%' command[snmp_ups_current]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.4.2.4.0 -w 30 -c 50 -l 'Output Current' -u 'Ampere 3~' command[snmp_ups_volt]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.4.2.1.0 -l 'Output Voltage' -u 'Volt 3~' command[snmp_ups_freq]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.4.2.2.0 -l 'Output Frequency' -u 'Herz'
I would like to monitor below status of APC UPS. Let me know is it possible or not. ALERT Report(Email/SMS) if UPS is on Battery Power ALERT Report(Email/SMS) if UPS is on AC Mains Power
I missed just one statement - the battery life time if the power fails. But it was simple to find it out. Below you will find the correct ID/command. command[snmp_ups_stat]=/usr/local/nagios/libexec/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.318.1.1.1.2.2.3.0 -w 3 -c 4 -l 'Battery LifeTime' Many Thanks Sir!
You must be logged in to submit a review.
To:
From: