mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #2657 from fraenki/plugins_1943
net-mgmt/zabbix-proxy: release 1.6
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
PLUGIN_NAME= zabbix-proxy
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_VERSION= 1.6
|
||||
PLUGIN_COMMENT= Zabbix monitoring proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_VARIANTS= zabbix5 zabbix4
|
||||
PLUGIN_VARIANTS= zabbix5 zabbix54 zabbix4
|
||||
|
||||
zabbix5_NAME= zabbix5-proxy
|
||||
zabbix5_DEPENDS= zabbix5-proxy
|
||||
|
||||
zabbix54_NAME= zabbix54-proxy
|
||||
zabbix54_DEPENDS= zabbix54-proxy
|
||||
|
||||
zabbix4_NAME= zabbix4-proxy
|
||||
zabbix4_DEPENDS= zabbix4-proxy
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ WWW: https://www.zabbix.com/
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.6
|
||||
|
||||
* Fix upgrade path by using a new db file for each version (#1943)
|
||||
* Add plugin variant for Zabbix Proxy 5.4
|
||||
|
||||
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