rabbitmq / rabbitmq-autocluster

RabbitMQ peer discovery and cluster formation plugin, supports RabbitMQ 3.6.x
BSD 3-Clause "New" or "Revised" License
241 stars 54 forks source link

Implement health-checks / status #17

Closed Gsantomaggio closed 7 years ago

Gsantomaggio commented 7 years ago

Implement some command to check the cluster status, and integrate them with rabbitmqctl-diagnostics

We can also have a look this Mirantis commit

michaelklishin commented 7 years ago

By the time rabbitmq-diagnostics ships much of this plugin will be in the core or separate plugins. I'd recommend not bothering with that just yet and doing it in the new individual backend plugins when they are mostly fleshed out.

michaelklishin commented 7 years ago

What can be done already is a command that lists the peers known to the discovery backend (using the list operation we already have in master).