Releases: jasonmcintosh/rabbitmq-zabbix
Latest release
Includes shovel discovery and alerting, a number of other bug fixes, support for when in a docker container.
Bug fixes
Should have the latest bug fixes from various commits, updates, etc. Also set a default hostname and some other cleanup.
Rewrite of core code
Sends all requests as a single update vs multiple individual updates With a server with a LOT of queues, and 6 items per queue, that meant (previously) as many as over 1000 sends a minute. With the new approach (thanks to https://github.com/zentavr/), we now can publish all the results at once. This not only reduces the CPU costs of checking, but is a far more efficient approach overall.
Message rates per server and per queue now available. This includes graphs displaying these results. This is being tracked for every queue, as well as the server itself.
Core release that uses the push mechanisms
Integrated with brolewis's changes, push mechanism, cleaned up API.