Skip to content

Instantly share code, notes, and snippets.

@arbal
Forked from pae-id/Proxomox - NUT Client.md
Created August 6, 2020 20:14
Show Gist options
  • Save arbal/cd885e47952777dabdea2093b920907b to your computer and use it in GitHub Desktop.
Save arbal/cd885e47952777dabdea2093b920907b 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 [email protected] 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 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment