mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Regression was introduced in 26e6379874.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= zabbix-proxy
|
||||
PLUGIN_VERSION= 1.10
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Zabbix monitoring proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_VARIANTS= zabbix6 zabbix64 zabbix5
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ LogFile=/var/log/zabbix/zabbix_proxy.log
|
||||
LogFileSize={{OPNsense.zabbixproxy.general.logFileSize}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.zabbixproxy.general.debugLevel')
|
||||
{% if helpers.exists('OPNsense.zabbixproxy.general.debugLevel') %}
|
||||
DebugLevel={{OPNsense.zabbixproxy.general.debugLevel|replace("val_", "")}}
|
||||
{% endif %}
|
||||
PidFile=/var/run/zabbix/zabbix_proxy.pid
|
||||
|
||||
Reference in New Issue
Block a user