Initial commit: Hermes Agent Skills collection
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user