From 750465b75b0ee4e25db357ebf2dbf8c7a3d595e6 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 22 Apr 2024 10:55:03 +0200 Subject: [PATCH] net-mgmt/zabbix-proxy: fix syntax error, closes #3921 (#3932) Regression was introduced in 26e6379874d56190e409c07c37cb12a58679c1ff. --- net-mgmt/zabbix-proxy/Makefile | 1 + .../service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix-proxy/Makefile b/net-mgmt/zabbix-proxy/Makefile index c86a78b96..4d3916f3c 100644 --- a/net-mgmt/zabbix-proxy/Makefile +++ b/net-mgmt/zabbix-proxy/Makefile @@ -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 diff --git a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in index 23d9f5cb3..80373b0e1 100644 --- a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in +++ b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in @@ -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