Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This is a Nagios plugin that checks the status of a Dell UPS via a network mananagement card. Specifically this is for the UPS devices manufactured by Eaton for Dell. You can monitor the following: Alarm Status Battery Monitoring Status Battery Remaining Battery Test Status Firmware Version Firmware Version - Network Management Card Global Status Model Output VA Consumption Output Watt Consumption Output Watt Remaining Serial Number UPS Mode
Current Version
2012-04-23
Last Release Date
Owner
Nagios Exchange
License
GPL
Compatible With
Command Line Examples: check_dell_ups.pl -H 192.168.5.1 -C public -T serial_number check_dell_ups.pl -H 192.168.5.1 -C public -T battery_remaining -U m -w 15 -c 8 check_dell_ups.pl -H 192.168.5.1 -C public -T output_watt_consumption -w 1500 -c 2000
Setup Examples:
define command{ command_name check_dell_ups command_line $USER1$/check_dell_ups.pl -H $HOSTADDRESS$ -C $ARG1$ -T $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ }
define service{ use generic-service host_name UPS01 service_description Global Status check_command check_dell_ups!public!global_status normal_check_interval 3 retry_check_interval 1 }
define service{ use generic-service host_name UPS01 service_description Battery Remaining check_command check_dell_ups!public!battery_remaining!-U m!-w 15!-c 8 normal_check_interval 3 retry_check_interval 1 }
Version Notes:
2011-03-13 The first version released. Tested on Nagios XI R1.3G. Includes the following checks: battery_monitoring_status, battery_remaining, battery_test_status, firmware_version, global_status, model, output_va_consumption, output_watt_consumption, output_watt_remaining, serial_number, ups_mode.
2011-03-26 * Updated command example to include $ARG3$ to $ARG8$ * Updated battery_monitoring_status check to report a CRITICAL status if traps 11, 13, 15 or 57 are present (alerting that the UPS is either over/under AC Voltage OR Input Frequency is out of range OR UPS is on battery) (if UPS is On Battery it will NOT report a CRITICAL status if a Battery Test is in progress) * Checking for the Net::SNMP Library occurs first and will report an error when not in verbose mode * Added alarm_status check * Added more information in the help text
2012-04-23 * Added firmware_version_nic check that will report the Network Management Card Firmware Version
Great plugin!!! It does exactly what it's suppose to do. A lot of possibilities and flexibility.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!