mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/zabbix-proxy: use new db file for each version, fixes #1943
This commit is contained in:
@@ -12,6 +12,10 @@ WWW: https://www.zabbix.com/
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.6
|
||||
|
||||
* Fix upgrade path by using a new db file for each version (#1943)
|
||||
|
||||
1.5
|
||||
|
||||
* Add log file to web GUI (contributed by Starkstromkonsument)
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ SourceIP={{ OPNsense.zabbixproxy.general.sourceip }}
|
||||
{% endif %}
|
||||
LogFile=/var/log/zabbix/zabbix_proxy.log
|
||||
PidFile=/var/run/zabbix/zabbix_proxy.pid
|
||||
DBName=/var/db/zabbix/zabbix_proxy.db
|
||||
DBName=/var/db/zabbix/%%PLUGIN_VARIANT%%_proxy.db
|
||||
{% if helpers.exists('OPNsense.zabbixproxy.general.proxyofflinebuffer') and OPNsense.zabbixproxy.general.proxyofflinebuffer != '' %}
|
||||
ProxyOfflineBuffer={{ OPNsense.zabbixproxy.general.proxyofflinebuffer }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user