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 b7dec89 commit c7da4d5Copy full SHA for c7da4d5
deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/leader_health_check_command.ex
@@ -94,6 +94,9 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
94
95
def description(), do: "Checks availability and health status of quorum queue leaders"
96
97
+ def banner([name], %{global: true}),
98
+ do: "Checking availability and health status of leaders for quorum queues matching #{name} in all vhosts ..."
99
+
100
def banner([name], %{vhost: vhost}),
101
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
102
0 commit comments