diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-05-14 13:03:10 -0300 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-05-14 13:03:10 -0300 |
commit | 20ef8140d13c5ca6bc5b32485407d0390276a9bb (patch) | |
tree | 6c7f1608143da7cb8ef0b4e5f3cfdd115e915726 /config/zabbix-agent-lts/zabbix-agent-lts.xml | |
parent | f223081789b9d324a3f34988150891ea0a8e2a1b (diff) | |
download | pfsense-packages-20ef8140d13c5ca6bc5b32485407d0390276a9bb.tar.gz pfsense-packages-20ef8140d13c5ca6bc5b32485407d0390276a9bb.tar.bz2 pfsense-packages-20ef8140d13c5ca6bc5b32485407d0390276a9bb.zip |
zabbix_agent_lts - separate structure from old shared .inc
Diffstat (limited to 'config/zabbix-agent-lts/zabbix-agent-lts.xml')
-rw-r--r-- | config/zabbix-agent-lts/zabbix-agent-lts.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/zabbix-agent-lts/zabbix-agent-lts.xml b/config/zabbix-agent-lts/zabbix-agent-lts.xml index b098eb62..d49c79db 100644 --- a/config/zabbix-agent-lts/zabbix-agent-lts.xml +++ b/config/zabbix-agent-lts/zabbix-agent-lts.xml @@ -42,12 +42,12 @@ <title>Services: Zabbix Agent 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-agent-lts.inc</include_file> <addedit_string>Zabbix Agent LTS has been created/modified.</addedit_string> <delete_string>Zabbix Agent LTS has been deleted.</delete_string> <restart_command>/usr/local/etc/rc.d/zabbix_agentd_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-agent-lts/zabbix-agent-lts.inc</item> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> </additional_files_needed> @@ -168,12 +168,12 @@ <description>User-defined parameter to monitor. There can be several user-defined parameters. Value has form, example: UserParameter=users,who|wc -l</description> </field> </fields> - <custom_php_install_command>sync_package_zabbix_lts();</custom_php_install_command> + <custom_php_install_command>sync_package_zabbix_agent_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_agent_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_agent_lts();</custom_php_resync_config_command> <custom_php_deinstall_command>php_deinstall_zabbix_agent_lts();</custom_php_deinstall_command> </packagegui> |