1 |
# If the UPS is locally attached set it to "yes" |
# If the UPS is locally attached set it to "yes" |
2 |
SERVER=yes |
SERVER=yes |
|
# 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 |
|
|
# upsdrvctl |
|
|
# You MUST change this, or set SERVER to "no" |
|
|
# To support multiple drivers, set MODEL=upsdrvctl |
|
|
MODEL=NONE |
|
|
# UPS device - needed if UPS is locally attached |
|
|
DEVICE=/dev/ttyS0 |
|
|
# Any options to pass to $MODEL |
|
|
# ex. for my TrippLite UPS, use |
|
|
# OPTIONS="-t 5" |
|
|
OPTIONS= |
|
3 |
# Any options to pass to upsd |
# Any options to pass to upsd |
4 |
UPSD_OPTIONS= |
UPSD_OPTIONS= |
5 |
|
# This *must* be the same as in /etc/ups/upsmon.conf |
6 |
|
POWERDOWNFLAG=/etc/killpower |
7 |
# |
# |
8 |
# [End] |
# [End] |