16 lines
449 B
Plaintext
16 lines
449 B
Plaintext
# NUT upsd.users — NUT master host (e.g. 10.0.30.100)
|
|
# Place at /etc/nut/upsd.users on the NUT master host.
|
|
# Replace <NUT_MASTER_PASSWORD> and <NUT_SLAVE_PASSWORD> before deploying.
|
|
#
|
|
# Two users required:
|
|
# upsadmin — master upsmon on the NUT host itself
|
|
# upsslave — slave upsmon on all Proxmox nodes
|
|
|
|
[upsadmin]
|
|
password = <NUT_MASTER_PASSWORD>
|
|
upsmon master
|
|
|
|
[upsslave]
|
|
password = <NUT_SLAVE_PASSWORD>
|
|
upsmon slave
|