Skip to content

Commit c7da4d5

Browse files
committed
Update banner message for global leader health check
1 parent b7dec89 commit c7da4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/leader_health_check_command.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
9494

9595
def description(), do: "Checks availability and health status of quorum queue leaders"
9696

97+
def banner([name], %{global: true}),
98+
do: "Checking availability and health status of leaders for quorum queues matching #{name} in all vhosts ..."
99+
97100
def banner([name], %{vhost: vhost}),
98101
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
99102

0 commit comments

Comments
 (0)