Skip to content

Instantly share code, notes, and snippets.

@andramalech
Forked from InQuize/Proxomox - NUT Client.md
Created January 6, 2021 14:18
Show Gist options
  • Save andramalech/3d4f37c673ff4b5e883bcc72b3f3f398 to your computer and use it in GitHub Desktop.
Save andramalech/3d4f37c673ff4b5e883bcc72b3f3f398 to your computer and use it in GitHub Desktop.
Proxomox - NUT Client.md

Configuring Proxmox VE node as client for remote NUT server


apt-get install nut
  • Edit /etc/nut/nut.conf:
MODE=netclient
  • Edit /etc/nut/upsmon.conf: MONITOR <system> <powervalue> <username> <password> ("master"|"slave"):
MONITOR ups@10.2.0.2 1 upsmon password slave
  • Start monitoring:
upsmon start
  • To check UPS status: upsc <name> for direct attached units or upsc <name>@<address> for remote
upsc ups@10.2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment