jasonmcintosh / rabbitmq-zabbix

Zabbix RabbitMQ Configuration
Apache License 2.0
251 stars 168 forks source link

Add tracking of the acknowledgements on a queue #72

Closed rikwasmus closed 7 years ago

rikwasmus commented 7 years ago

Actual acknowledgement speed on the queue was more important for us to track than deliveries, as there may be messages redelivered, a Poison Message issue may arise, etc. However, this is only of use when messages are actually acknowledged, so I left it out of the default triggers.

jasonmcintosh commented 7 years ago

Looks good :)