aboutsummaryrefslogtreecommitdiffstats
path: root/config/zabbix2/zabbix2-proxy.xml
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-10-10 21:05:31 -0700
committerJim P <jim@pingle.org>2013-10-10 21:05:31 -0700
commitdaa6a3955ca8578f9af0534865d5c38a45ed9677 (patch)
tree4eab114db133d60ffb572ec144cc96340fa4cae0 /config/zabbix2/zabbix2-proxy.xml
parent6aea580bbd10faf6e19678de42f800f060c316c4 (diff)
parentc0439ba2e20f7829520a0e807f9c5474e344b3b9 (diff)
downloadpfsense-packages-daa6a3955ca8578f9af0534865d5c38a45ed9677.tar.gz
pfsense-packages-daa6a3955ca8578f9af0534865d5c38a45ed9677.tar.bz2
pfsense-packages-daa6a3955ca8578f9af0534865d5c38a45ed9677.zip
Merge pull request #525 from dbaio/master
zabbix2 packages - update and fix deinstall issue
Diffstat (limited to 'config/zabbix2/zabbix2-proxy.xml')
-rw-r--r--config/zabbix2/zabbix2-proxy.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zabbix2/zabbix2-proxy.xml b/config/zabbix2/zabbix2-proxy.xml
index fcabedd9..d9402bac 100644
--- a/config/zabbix2/zabbix2-proxy.xml
+++ b/config/zabbix2/zabbix2-proxy.xml
@@ -41,7 +41,7 @@
<name>zabbixproxy</name>
<title>Services: Zabbix-2 Proxy</title>
<category>Monitoring</category>
- <version>0.7</version>
+ <version>0.7_1</version>
<include_file>/usr/local/pkg/zabbix2.inc</include_file>
<addedit_string>Zabbix Proxy has been created/modified.</addedit_string>
<delete_string>Zabbix Proxy has been deleted.</delete_string>
@@ -137,5 +137,5 @@
<custom_php_validation_command>validate_input_zabbix2($_POST, &amp;$input_errors);</custom_php_validation_command>
<custom_add_php_command></custom_add_php_command>
<custom_php_resync_config_command>sync_package_zabbix2();</custom_php_resync_config_command>
- <custom_php_deinstall_command>php_deinstall_zabbix2();</custom_php_deinstall_command>
+ <custom_php_deinstall_command>php_deinstall_zabbix2_proxy();</custom_php_deinstall_command>
</packagegui>