diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-02-12 08:33:03 -0200 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-02-12 08:33:03 -0200 |
commit | 0bb5cb1d7b77b16b4c0ae9ab058ea2fc116dce58 (patch) | |
tree | e28a072ceee41d0fa76dab98563f9b7d2a7f4733 /config/apcupsd/apcupsd.xml | |
parent | e6510bf16633cd1198141fce80543a0bc983c133 (diff) | |
download | pfsense-packages-0bb5cb1d7b77b16b4c0ae9ab058ea2fc116dce58.tar.gz pfsense-packages-0bb5cb1d7b77b16b4c0ae9ab058ea2fc116dce58.tar.bz2 pfsense-packages-0bb5cb1d7b77b16b4c0ae9ab058ea2fc116dce58.zip |
apcupsd - added device field
Diffstat (limited to 'config/apcupsd/apcupsd.xml')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 239046e4..85148b2b 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -157,12 +157,6 @@ UPSTYPE DEVICE Description <br> catching; you usually want "APC". Port is usually 161. Community is usually "private".<br> <br> -<strong>netsnmp hostname:port:vendor:community</strong> - OBSOLETE - Same as SNMP above but requires use of the - net-snmp library. Unless you have a specific need - for this old driver, you should use 'snmp' instead.<br> -<br> <strong>dumb /dev/tty**</strong> Old serial character device for use with simple-signaling UPSes.<br> <br> @@ -183,6 +177,13 @@ UPSTYPE DEVICE Description <br> <required>true</required> </field> <field> + <fielddescr>Device</fielddescr> + <fieldname>device</fieldname> + <description></description> + <type>input</type> + <size>60</size> + </field> + <field> <fielddescr>Poll Time</fielddescr> <fieldname>polltime</fieldname> <description>Interval (in seconds) at which apcupsd polls the UPS for status. Default is 60</description> |