UPS

check_dell_ups

Description:

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

2012-04-23

Compatible With

  • Nagios XI

License

GPL


Nagios CSP

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!
Project Files
Project Photos
Project Notes
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
Reviews (1) Add a Review
Great Plugin
by tkurek, November 30, 2012
Great plugin!!! It does exactly what it's suppose to do. A lot of possibilities and flexibility.
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.9 (10)
Favorites
0
Views
109,164