Check Socomec Netvision

To check Socomec UPS via SNMP. Based on check_netvision.pl from gunny (crowdedplace.com) - with perfdata - Battery Temperature, Output Voltage, Output Load, Output Source, Alarm Present, Remaining Time, Battery Capacity

check_ups_netvision2.pl

Nagios/Icinga plugin to monitor Socomec Netvision UPS systems via SNMP.

Features

  • SNMP-based UPS health checks
  • Battery capacity, load, voltage and temperature checks
  • Remaining runtime output
  • Nagios-compatible status and perfdata output

Requirements

  • Perl 5.10+
  • Net::SNMP
  • Getopt::Long

Usage

./check_ups_netvision2.pl -H  -C 

SNMPv3 example:

./check_ups_netvision2.pl -H  -v 3 -U  -A  -a sha -X  -x aes

Output

Returns standard Nagios exit codes:

  • 0 OK
  • 1 WARNING
  • 2 CRITICAL
  • 3 UNKNOWN

License

GNU General Public License v2.0 (see repository license selection).