meta data for this page
This is an old revision of the document!
NUT with SNMP UPS
APC UPS 3000XL + AP9617 UPS Network Management Card
apt-get install nut-snmp
UPS Network Management Card
Enable SNMP v1 Read only access for community 'public'
NUT config
- /etc/nut/nut.conf
MODE=netserver
- /etc/nut/ups.conf
[UPS3000XL] driver = snmp-ups port = 192.168.64.22 desc = "Smart-UPS 3000 XL"
Try to start driver:
systemctl start nut-driver.service
lip 07 11:31:05 nut upsdrvctl[23315]: No matching MIB found for sysOID '.1.3.6.1.4.1.318.1.3.2.7'! lip 07 11:31:05 nut upsdrvctl[23315]: Please report it to NUT developers, with an 'upsc' output for your device. lip 07 11:31:05 nut upsdrvctl[23315]: Going back to the classic MIB detection method. lip 07 11:31:05 nut upsdrvctl[23315]: Detected Smart-UPS 3000 XL on host 192.168.64.22 (mib: apcc 1.2)
And make driver start permanent:
systemctl enable nut-driver.service