net-mgmt/zabbix-proxy: update template and chmod (#391)

This commit is contained in:
Michael
2017-11-27 07:21:19 +01:00
committed by Franco Fichtner
parent 65b835dfed
commit e805d0a021
2 changed files with 3 additions and 2 deletions
@@ -9,7 +9,7 @@
<id>general.proxymode</id>
<label>Proxy Mode</label>
<type>checkbox</type>
<help>Active or passive mode, only switch to passive if you know what you are doing.</help>
<help>Active (default) or passive mode, only switch to passive if you know what you are doing.</help>
</field>
<field>
<id>general.server</id>
@@ -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 %}