commands.sh

rabbitmq-diagnostics

all

Diagnose, monitor, and run health checks on RabbitMQ nodes. Many subcommands are delegated to `rabbitmqctl`.

More info →

Examples (6)

List resource alarms

List node certificates

Check if RabbitMQ is running on the specified node

rabbitmq-diagnostics check_running --node node

Run peer discovery

rabbitmq-diagnostics discover_peers

List listeners (bound sockets)

Print the last `n` log lines on the specified node

rabbitmq-diagnostics log_tail --number n --node node
made by @shridhargupta | data from tldr-pages