riskersen / Monitoring

Monitoring plugins wich are Nagios/icinga compatible
65 stars 113 forks source link

check_ups_apc.pl does not work with very old APC Firmware (SMART-UPS 3000 RM) / SNMP v1 Support #33

Closed pixeldoc2000 closed 7 years ago

pixeldoc2000 commented 7 years ago

The APC SMART-UPS 3000 RM with Firmware from around 1998 does support SNMP v1 only. Would be nice if the Script supports the "common" SNMP Version Parameter (like net.snmp).

Example: check_ups_apc.pl -H FOO -v 1 Of cause its possible to change the net-snmp Paramerters in the Script:

my ($session, $error) = Net::SNMP->session(
#       -version    => 2,
        -version    => 1,

but then you change it from very ups.

AFAIK the script does SNMP v2 by default or v3 via parameter.