User Tools

Site Tools


linux:ups_mon_snmp

Setting Up UPS Monitor with Nut SNMP

Edit the nut.conf:

sudo vi /etc/nut/nut.conf

Add the following lines to the end:

DRIVERS="snmp-ups"

Edit the ups.conf:

sudo vi /etc/nut/ups.conf

Add the following lines to the end:

[snmp]
  driver = snmp-ups
  port = <UPS_IP_ADDRESS>
  community = <COMMUNITY>
  snmp_version = v2c
  pollfreq = 15
  desc = "BamBu Printer UPS"

Replace <UPS_IP_ADDRESS> with the IP address of your UPS device / Raspberry Pi

Replace <COMMUNITY> with the Community you are using

Not sure if this is needed yet:

sudo vi /etc/snmp/snmpd.conf

Add extend line to the ens of the file:

extend BamBu /usr/bin/nut-upsmon
linux/ups_mon_snmp.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki