Zabbix Proxy 6.0 (#2964)

This commit is contained in:
Rafael Mundel
2022-05-09 02:47:04 -04:00
committed by GitHub
parent aeaf368781
commit e51caa7348
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ PLUGIN_NAME= zabbix-proxy
PLUGIN_VERSION= 1.8
PLUGIN_COMMENT= Zabbix monitoring proxy
PLUGIN_MAINTAINER= m.muenz@gmail.com
PLUGIN_VARIANTS= zabbix5 zabbix54 zabbix4
PLUGIN_VARIANTS= zabbix6 zabbix5 zabbix54 zabbix4
zabbix6_NAME= zabbix6-proxy
zabbix6_DEPENDS= zabbix6-proxy
zabbix5_NAME= zabbix5-proxy
zabbix5_DEPENDS= zabbix5-proxy
+4
View File
@@ -12,6 +12,10 @@ WWW: https://www.zabbix.com/
Plugin Changelog
----------------
1.9
* Add plugin variant for Zabbix Proxy 6.0
1.8
* Add EnableRemoteCommands (#2948)