From e805d0a0219c73689df79c21040c6c7818187fab Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 27 Nov 2017 07:21:19 +0100 Subject: [PATCH] net-mgmt/zabbix-proxy: update template and chmod (#391) --- .../mvc/app/controllers/OPNsense/Zabbixproxy/forms/general.xml | 2 +- .../service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/zabbix-proxy/src/opnsense/mvc/app/controllers/OPNsense/Zabbixproxy/forms/general.xml b/net-mgmt/zabbix-proxy/src/opnsense/mvc/app/controllers/OPNsense/Zabbixproxy/forms/general.xml index 1e9c6586f..5e3723dc6 100644 --- a/net-mgmt/zabbix-proxy/src/opnsense/mvc/app/controllers/OPNsense/Zabbixproxy/forms/general.xml +++ b/net-mgmt/zabbix-proxy/src/opnsense/mvc/app/controllers/OPNsense/Zabbixproxy/forms/general.xml @@ -9,7 +9,7 @@ general.proxymode checkbox - Active or passive mode, only switch to passive if you know what you are doing. + Active (default) or passive mode, only switch to passive if you know what you are doing. general.server diff --git a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf index d6f630c03..ba0a923ee 100644 --- a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf +++ b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf @@ -59,5 +59,6 @@ HistoryIndexCacheSize={{ OPNsense.zabbixproxy.general.historyindexcachesize }} {% if helpers.exists('OPNsense.zabbixproxy.general.timeout') and OPNsense.zabbixproxy.general.timeout != '' %} Timeout={{ OPNsense.zabbixproxy.general.timeout }} {% endif %} - +FpingLocation=/usr/local/sbin/fping +Fping6Location=/usr/local/sbin/fping6 {% endif %}