diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-12-13 10:47:44 -0200 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-12-13 10:47:44 -0200 |
commit | 2eba376ceba529f70929e5549d041f260b2fda71 (patch) | |
tree | 5118878d9d2d1b0d5beaafbcded0d84952dbd36b /config/apcupsd/apcupsd.xml | |
parent | 40eb363a9851d8538adb9564d992e1ac6a276f07 (diff) | |
download | pfsense-packages-2eba376ceba529f70929e5549d041f260b2fda71.tar.gz pfsense-packages-2eba376ceba529f70929e5549d041f260b2fda71.tar.bz2 pfsense-packages-2eba376ceba529f70929e5549d041f260b2fda71.zip |
apcupsd - fix rcfile for removing all types of lock files and put an information for email notifications
Diffstat (limited to 'config/apcupsd/apcupsd.xml')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 5ef2b946..64919e68 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -334,6 +334,17 @@ UPSTYPE DEVICE Description <br> <option><name>Share</name><value>share</value></option> </options> </field> + <field> + <name>Notifications</name> + <type>listtopic</type> + </field> + <field> + <fieldname>notification_info</fieldname> + <type>info</type> + <description>In order to receive e-mail notifications, you need to configure + SMTP Email Notifications on Advanced/Notifications section, and also, + install mailreport package.</description> + </field> </fields> <custom_php_install_command>php_install_apcupsd();</custom_php_install_command> <custom_php_command_before_form></custom_php_command_before_form> |