From 396274da2e236dea3680d2cd4bfe922b71f61c68 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 9 Mar 2019 07:27:33 +0100 Subject: [PATCH] net-mgmt/zabbix4-proxy: fix old directory name (#1237) --- net-mgmt/zabbix4-proxy/Makefile | 1 + .../service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix4-proxy/Makefile b/net-mgmt/zabbix4-proxy/Makefile index 0057c8bb0..8aeb13b65 100644 --- a/net-mgmt/zabbix4-proxy/Makefile +++ b/net-mgmt/zabbix4-proxy/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= zabbix4-proxy PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Zabbix Proxy enables decentralized monitoring PLUGIN_DEPENDS= zabbix4-proxy PLUGIN_CONFLICTS= zabbix-proxy diff --git a/net-mgmt/zabbix4-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf b/net-mgmt/zabbix4-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf index 6ccb03d01..59501face 100644 --- a/net-mgmt/zabbix4-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf +++ b/net-mgmt/zabbix4-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf @@ -67,7 +67,7 @@ TLSAccept=psk {% else %} TLSConnect=psk {% endif %} -TLSPSKFile=/usr/local/etc/zabbix3/zabbix_proxy.psk +TLSPSKFile=/usr/local/etc/zabbix4/zabbix_proxy.psk TLSPSKIdentity={{ OPNsense.zabbixproxy.general.encryptionidentity }} {% endif %} {% endif %}