net-mgmt/zabbix-proxy: release 1.16 (#5058)

This commit is contained in:
Frank Wall 2025-12-02 08:03:52 +01:00 committed by GitHub
parent b1c5dddd6c
commit 0565c8b3a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= zabbix-proxy
PLUGIN_VERSION= 1.15
PLUGIN_VERSION= 1.16
PLUGIN_COMMENT= Zabbix monitoring proxy
PLUGIN_MAINTAINER= m.muenz@gmail.com
PLUGIN_VARIANTS= zabbix7 zabbix72 zabbix74 zabbix6

View file

@ -12,6 +12,11 @@ WWW: https://www.zabbix.com/
Plugin Changelog
----------------
1.16
* Add StartAgentPollers and MaxConcurrentChecksPerPoller options (#5037)
* Add ListenBacklog option (#5046)
1.15
* Add VMware parameters (contributed by us3241)