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 %}