We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf9339 commit 96b8bceCopy full SHA for 96b8bce
deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/leader_health_check_command.ex
@@ -58,10 +58,10 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
58
]
59
end
60
61
- def description(), do: "Checks availability and health of quorum queue leader"
+ def description(), do: "Checks availability and health status of quorum queue leaders"
62
63
def banner([name], %{vhost: vhost}),
64
- do: "Checking availability and health status of queue(s) matching #{name} in vhost #{vhost} ..."
+ do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
65
66
def queue_lines(qs) do
67
for q <- qs, do: "Leader for #{q["readable_name"]} is unhealthy and unavailable"
0 commit comments