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

Liebert Vertiv

Rating
0 votes
Favoured:
0
Last Release Date
2019-09-04
Compatible With
  • Nagios XI
Owner
License
GPL
Hits
6880
Files:
FileDescription
check_vertiv.plcheck_vertiv.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This is a Nagios plugin that checks various properties of a Liebert Vertiv ITA-20k00AL3A02E00
!! it's a W.I.P. Please let me know if you have additions or adjustments.
======
Used the https://exchange.nagios.org/directory/Plugins/Hardware/UPS/Liebert/check_ups_alarm/details as a template. Many oid's are identical, but many not... :)

./check_vertiv.pl
scriptname [options]
-C SNMP Community
-H Hostname
-P SNMP Port
-T SNMP Timeout
-w Warning Threshold
-c Critical Threshold
-X Type of Check (see below)

Check Types:
batteryStatus Current Status of the Battery [UNKNOWN,NORMAL,LOW,DEPLETED]
batteryMinRemaining Estimated minutes of battery life remaining (65535 means we aren't on battery power)
batteryChaRemain Shows the current Battery Charge level
batterySeconds Number of seconds we've been on battery power (0 means we aren't on battery power)
batteryTemperature Current temperature (degrees Farenheit)
-k Lower Warning Threshold
-r Lower Critical Threshold
inputLineBads Counter showing how many times the input has been out of spec
outputLoadPercent Percentage of the current load of the Data Center compared to the capacity of the UPS
alarmCount Current number of alarms on the UPS

Note:
The Warning and Critical Thresholds should always be set UNLESS batteryStatus is selected
Example: ./check_vertiv.pl -C public -H 193.168.3.30 -X batteryStatus -w 3 -c 4

Working for the Vertiv:
batteryStatus Current Status of the Battery [UNKNOWN,NORMAL,LOW,DEPLETED]
batteryMinRemaining Estimated minutes of battery life remaining (65535 means we aren't on battery power)
batteryChaRemain Shows the current Battery Charge level
batterySeconds Number of seconds we've been on battery power (0 means we aren't on battery power)
alarmCount Current number of alarms on the UPS
outputLoadPercent Percentage of the current load of the Data Center compared to the capacity of the UPS (only for the first phase in this script)
untested: inputLineBads Counter showing how many times the input has been out of spec