mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Regression was introduced in 26e6379874.
This commit is contained in:
parent
4a39ea0d0c
commit
750465b75b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue