On 18 February 2016 at 14:05:59, Mike Winkelmann (
mikedotw...@gmail.com) wrote:
> My imaginations of a good healthcheck is:
> * the node is successfully joined to the cluster
> * a test message is send due a queue and is also received
> * ...
>
> Does anyone has an idea?
rabbitmqctl status in 3.6.0 includes a list of alarms and usually exits with a sensible
exit code when things fail. Some use list_channels as a health check.
There is no "aliveness test" alternative in rabbitmqctl. It's fairly easy to add one but there is
no consensus on what exactly it should do (after months of mulling over this).
--
MK
Staff Software Engineer, Pivotal/RabbitMQ