- Use Shell on Proxmox Node to install NUT
apt-get install nut
- Edit
/etc/nut/nut.conf
usingvi
vi /etc/nut/nut.conf
Modify the last line
x
to delete existing characters
i
to insert characters. ESC
to go back to command mode
MODE=netclient
:q!
to quit without saving if you fuck it up
:wq
to save and quit when you get it right
- Edit
/etc/nut/upsmon.conf
usingvi
vi /etc/nut/upsmon.conf
There won't be an existing line, look for the other MONITOR example comments and add after that.
MONITOR <system> <powervalue> <username> <password> ("master"|"slave")
<system>
is [email protected]
monuser
and secret
are the default <username> <password>
for a Synology NAS
<powervalue>
is going to be 1 unless you have multiple UPS's
Since you're monitoring your NAS you are in slave
mode
MONITOR [email protected] 1 monuser secret slave
- Start monitoring:
upsmon start
- To check UPS status:
upsc <name>@<address>
for remote UPS
upsc [email protected]
This will return a bunch of your UPS info if everything is working correctly