On Fri, 25 Nov 2016, Jonah Naylor wrote:

upsd : ipaddressofclientgoeshere

If it were me I would write

 upsd : ipaddressofclient :\
        spawn (/bin/mail -r hosts.allow@localhost\
              -s '%s@%h accepted access to %d from %c'\
                      sysadmin@somedomain) &          : ALLOW

 upsd : ALL :\
        spawn (/bin/mail -r hosts.allow@localhost\
              -s '%s@%h refused access to %d from %c'\
                      sysadmin@somedomain) &           : DENY

so I get a trace of what happens, at least during testing.

ups : monuser@127.0.0.1/32 monuser@masterstaticIP monuser@slavestaticIP

I'm not sure what you are trying to do here. In any case, the daemon_list should specify upsd, not ups. See man 5 hosts_access.

Rogr

_______________________________________________
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

Reply via email to