aboutsummaryrefslogtreecommitdiffstats
path: root/config/zabbix2/zabbix2-proxy.xml
diff options
context:
space:
mode:
authorRobert Middleswarth <robert@middleswarth.net>2014-03-02 17:19:42 -0500
committerRobert Middleswarth <robert@middleswarth.net>2014-03-02 17:19:42 -0500
commit2799c464e83a4039e61b86429fd1cc3de22b6162 (patch)
treec68a5ec6ed08b28598df06c5a265bf386e13759f /config/zabbix2/zabbix2-proxy.xml
parentf4d2b1698d54f886b3fbbd0750b1b1fa74c1aef6 (diff)
downloadpfsense-packages-2799c464e83a4039e61b86429fd1cc3de22b6162.tar.gz
pfsense-packages-2799c464e83a4039e61b86429fd1cc3de22b6162.tar.bz2
pfsense-packages-2799c464e83a4039e61b86429fd1cc3de22b6162.zip
Add an Advanced Parameters to the proxy settings.
Diffstat (limited to 'config/zabbix2/zabbix2-proxy.xml')
-rw-r--r--config/zabbix2/zabbix2-proxy.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/zabbix2/zabbix2-proxy.xml b/config/zabbix2/zabbix2-proxy.xml
index c857bec1..8dc41e4e 100644
--- a/config/zabbix2/zabbix2-proxy.xml
+++ b/config/zabbix2/zabbix2-proxy.xml
@@ -129,6 +129,16 @@
<size>10</size>
<required>true</required>
</field>
+ <field>
+ <fielddescr>Advanced Parameters</fielddescr>
+ <fieldname>advancedparams</fieldname>
+ <encoding>base64</encoding>
+ <type>textarea</type>
+ <rows>5</rows>
+ <cols>50</cols>
+ <description>Advanced paramete. There are some rearly used parameters that sometimes need defined. Value has form, example: StartDiscoverers=10</description>
+ </field>
+
</fields>
<custom_php_install_command>sync_package_zabbix2();</custom_php_install_command>
<custom_php_command_before_form></custom_php_command_before_form>