1 |
# If the UPS is locally attached set it to "yes" |
2 |
SERVER=yes |
3 |
# Model of the UPS (filename to call for it, without path) |
4 |
# Example - one of |
5 |
# apcsmart - APC SMartUPS and similar |
6 |
# fentonups - Fenton UPS |
7 |
# optiups |
8 |
# bestups |
9 |
# genericups |
10 |
# ups-trust425+625 |
11 |
# upsdrvctl |
12 |
# You MUST change this, or set SERVER to "no" |
13 |
# To support multiple drivers, set MODEL=upsdrvctl |
14 |
MODEL=NONE |
15 |
# UPS device - needed if UPS is locally attached |
16 |
DEVICE=/dev/ttyS0 |
17 |
# Any options to pass to $MODEL |
18 |
# ex. for my TrippLite UPS, use |
19 |
# OPTIONS="-t 5" |
20 |
OPTIONS= |
21 |
# Any options to pass to upsd |
22 |
UPSD_OPTIONS= |
23 |
# |
24 |
# [End] |