diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-05-14 14:09:41 -0300 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-05-14 14:09:41 -0300 |
commit | fe5d10e5125b3dbdade3daed2cd8e9443559059c (patch) | |
tree | 880e647d41c3dbc2419ead9e03e1cddcf73a6a14 /config/zabbix-proxy-lts/zabbix-proxy-lts.xml | |
parent | 20ef8140d13c5ca6bc5b32485407d0390276a9bb (diff) | |
download | pfsense-packages-fe5d10e5125b3dbdade3daed2cd8e9443559059c.tar.gz pfsense-packages-fe5d10e5125b3dbdade3daed2cd8e9443559059c.tar.bz2 pfsense-packages-fe5d10e5125b3dbdade3daed2cd8e9443559059c.zip |
zabbix_proxy_lts - separate structure from old shared .inc
Diffstat (limited to 'config/zabbix-proxy-lts/zabbix-proxy-lts.xml')
-rw-r--r-- | config/zabbix-proxy-lts/zabbix-proxy-lts.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/zabbix-proxy-lts/zabbix-proxy-lts.xml b/config/zabbix-proxy-lts/zabbix-proxy-lts.xml index de9f1e1c..5454cf6d 100644 --- a/config/zabbix-proxy-lts/zabbix-proxy-lts.xml +++ b/config/zabbix-proxy-lts/zabbix-proxy-lts.xml @@ -42,12 +42,12 @@ <title>Services: Zabbix Proxy LTS</title> <category>Monitoring</category> <version>0.8.3</version> - <include_file>/usr/local/pkg/zabbix-lts.inc</include_file> + <include_file>/usr/local/pkg/zabbix-proxy-lts.inc</include_file> <addedit_string>Zabbix Proxy has been created/modified.</addedit_string> <delete_string>Zabbix Proxy has been deleted.</delete_string> <restart_command>/usr/local/etc/rc.d/zabbix_proxy_lts.sh restart</restart_command> <additional_files_needed> - <item>https://packages.pfsense.org/packages/config/zabbix-lts/zabbix-lts.inc</item> + <item>https://packages.pfsense.org/packages/config/zabbix-proxy-lts/zabbix-proxy-lts.inc</item> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> </additional_files_needed> @@ -139,12 +139,12 @@ <description>Advanced parameters. There are some rarely used parameters that sometimes need to be defined. Value has form, example: StartDiscoverers=10</description> </field> </fields> - <custom_php_install_command>sync_package_zabbix_lts();</custom_php_install_command> + <custom_php_install_command>sync_package_zabbix_proxy_lts();</custom_php_install_command> <custom_php_command_before_form></custom_php_command_before_form> <custom_php_after_head_command></custom_php_after_head_command> <custom_php_after_form_command></custom_php_after_form_command> - <custom_php_validation_command>validate_input_zabbix_lts($_POST, $input_errors);</custom_php_validation_command> + <custom_php_validation_command>validate_input_zabbix_proxy_lts($_POST, $input_errors);</custom_php_validation_command> <custom_add_php_command></custom_add_php_command> - <custom_php_resync_config_command>sync_package_zabbix_lts();</custom_php_resync_config_command> + <custom_php_resync_config_command>sync_package_zabbix_proxy_lts();</custom_php_resync_config_command> <custom_php_deinstall_command>php_deinstall_zabbix_proxy_lts();</custom_php_deinstall_command> </packagegui> |