mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-11 09:52:31 -04:00
add Zabbix Agent/Proxy 6.2, remove 5.4; fixes #3054
This commit is contained in:
parent
2c54478a8a
commit
b742f4b262
4 changed files with 23 additions and 10 deletions
|
|
@ -1,15 +1,15 @@
|
|||
PLUGIN_NAME= zabbix-agent
|
||||
PLUGIN_VERSION= 1.12
|
||||
PLUGIN_VERSION= 1.13
|
||||
PLUGIN_COMMENT= Zabbix monitoring agent
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_VARIANTS= zabbix6 zabbix5 zabbix54
|
||||
PLUGIN_VARIANTS= zabbix62 zabbix6 zabbix5
|
||||
|
||||
zabbix62_NAME= zabbix62-agent
|
||||
zabbix62_DEPENDS= zabbix62-agent
|
||||
|
||||
zabbix6_NAME= zabbix6-agent
|
||||
zabbix6_DEPENDS= zabbix6-agent
|
||||
|
||||
zabbix5_NAME= zabbix-agent
|
||||
zabbix5_DEPENDS= zabbix5-agent
|
||||
|
||||
zabbix54_NAME= zabbix54-agent
|
||||
zabbix54_DEPENDS= zabbix54-agent
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,14 @@ WWW: https://www.zabbix.com/
|
|||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.13
|
||||
|
||||
Added:
|
||||
* Plugin variant for Zabbix Agent 6.2
|
||||
|
||||
Removed:
|
||||
* Plugin variant for Zabbix Agent 5.4
|
||||
|
||||
1.12
|
||||
|
||||
Added:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
PLUGIN_NAME= zabbix-proxy
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_VERSION= 1.9
|
||||
PLUGIN_COMMENT= Zabbix monitoring proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_VARIANTS= zabbix6 zabbix5 zabbix54 zabbix4
|
||||
PLUGIN_VARIANTS= zabbix62 zabbix6 zabbix5 zabbix4
|
||||
|
||||
zabbix62_NAME= zabbix62-proxy
|
||||
zabbix62_DEPENDS= zabbix62-proxy
|
||||
|
||||
zabbix6_NAME= zabbix6-proxy
|
||||
zabbix6_DEPENDS= zabbix6-proxy
|
||||
|
|
@ -10,9 +13,6 @@ zabbix6_DEPENDS= zabbix6-proxy
|
|||
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.9
|
||||
|
||||
* Add plugin variant for Zabbix Proxy 6.2
|
||||
* Remove plugin variant for Zabbix Proxy 5.4
|
||||
|
||||
1.8
|
||||
|
||||
* Add EnableRemoteCommands (#2948)
|
||||
|
|
|
|||
Loading…
Reference in a new issue