# Model of the UPS (filename to call for it, without path)
# Example - one of
#	apcsmart	- APC SMartUPS and similar
#	fentonups	- Fenton UPS
#	optiups
#	bestups
#	genericups
#	ups-trust425+625
# You MUST change this, or set HOST to a remote box
MODEL=NONE
# UPS device - needed if UPS is locally attached
DEVICE=/dev/ttyS0
# The host to monitor
HOST=localhost
# Any options to pass to $MODEL
# ex. for my TrippLite UPS, use 
#	OPTIONS="-t 5"
OPTIONS=
#
# [End]
