Displaying 1 result from an estimated 1 matches for "upsadmin".
Did you mean:
cupsadmin
2008 Mar 20
1
NUT behaviour when master system fails
...---------
$ grep -v "#" upsd.conf
ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACL nutMaster xx.xx.xx.xx1/32
ACL nutSlave1 xx.xx.xx.xx7/32
ACL nutSlave2 xx.xx.xx.xx3/32
ACCEPT localhost nutMaster nutSlave1 nutSlave2
REJECT all
upsd.users
----------
$ grep -v "#" upsd.users
[upsadmin]
password = ****
allowfrom = nutMaster
actions = SET
instcmds = ALL
[monmaster]
password = ****
allowfrom = nutMaster
upsmon master
[monslave-nutSlave1]
password = ****
allowfrom = nutSlave1
upsmon slave
[monslave-nutSlave2]
password = ****
allowfrom = nutSlave2
upsmon slave
upsmon.conf
-------...