Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > c7a86cf0eb62bda2548e746df777fe5d > files > 6

smartupstools-0.41.2-5mdk.src.rpm

# smartupstools: upsd configuration file

# UPS <identifier> <filename>
UPS myups /var/state/ups/smartups-ttyS1
#
# Use this to specify which state files to monitor based on the model
# support modules being run.  The identifier isn't important unless 
# you have multiple UPS lines in here.

# Access Control (ACLs)
#
# ACL <name> <ipblock>
# ACL myhost 10.0.0.1/32
#
# ACCESS <action> <level> <aclname> [<password>]
# ACCESS grant login myhost mypass
# 
# Use these to define blocks of addresses.  See access.txt for more
# information.
#
# This default configuration allows localhost to monitor things and denies
# access to the the rest of the world.  To allow more, see the docs and 
# change these lines.

ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32

ACCESS grant monitor localhost
ACCESS deny all all