RabbitMQ Healthcheck
PAGA9W
This is a standard healthcheck as outlined in the RabbitMQ API documentation. Returns a value of 1 if the healthcheck is passed and 0 if there is a failure.
Runs basic healthchecks in the current node. Checks that the rabbit application is running, channels and queues can be listed successfully, and that no alarms are in effect. If everything is working correctly, will return HTTP status 200 with body:
{"status":"ok"}
If something fails, will return HTTP status 200 with the body of
{"status":"failed","reason":"string"}
Brandon Woods
Posted 9 years ago·Last reply 8 years ago
4 comments
Andrey_Kitsen
·8 years ago@Brandon keep up the awesome work.
Brandon Woods
OP8 years agoThanks!
Andrey_Kitsen
·8 years ago@DavidCosta reviewed and approved.
@Brandon great datasource !
DavidCosta
·9 years agoAny chance we can get this through the security review?