cvsdist bfc54a3
# If the UPS is locally attached set it to "yes"
cvsdist bfc54a3
SERVER=yes
cvsdist bfc54a3
# Model of the UPS (filename to call for it, without path)
cvsdist bfc54a3
# Example - one of
cvsdist bfc54a3
#	apcsmart	- APC SMartUPS and similar
cvsdist bfc54a3
#	fentonups	- Fenton UPS
cvsdist bfc54a3
#	optiups
cvsdist bfc54a3
#	bestups
cvsdist bfc54a3
#	genericups
cvsdist bfc54a3
#	ups-trust425+625
cvsdist 0750536
#  upsdrvctl
cvsdist bfc54a3
# You MUST change this, or set SERVER to "no"
cvsdist 0750536
# To support multiple drivers, set MODEL=upsdrvctl
cvsdist bfc54a3
MODEL=NONE
cvsdist bfc54a3
# UPS device - needed if UPS is locally attached
cvsdist bfc54a3
DEVICE=/dev/ttyS0
cvsdist bfc54a3
# Any options to pass to $MODEL
cvsdist bfc54a3
# ex. for my TrippLite UPS, use 
cvsdist bfc54a3
#	OPTIONS="-t 5"
cvsdist bfc54a3
OPTIONS=
cvsdist 0750536
# Any options to pass to upsd
cvsdist 0750536
UPSD_OPTIONS=
cvsdist bfc54a3
#
cvsdist bfc54a3
# [End]