Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Releases: jasonmcintosh/rabbitmq-zabbix

Latest release

25 Oct 19:47
Compare
Choose a tag to compare

Includes shovel discovery and alerting, a number of other bug fixes, support for when in a docker container.

Bug fixes

12 Sep 16:43
Compare
Choose a tag to compare

Should have the latest bug fixes from various commits, updates, etc. Also set a default hostname and some other cleanup.

Rewrite of core code

09 Jul 20:45
Compare
Choose a tag to compare

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

23 Mar 00:25
Compare
Choose a tag to compare

Integrated with brolewis's changes, push mechanism, cleaned up API.