Update banner message for global leader health check
This commit is contained in:
parent
b7dec89b87
commit
c7da4d5b24
|
@ -94,6 +94,9 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
|
||||||
|
|
||||||
def description(), do: "Checks availability and health status of quorum queue leaders"
|
def description(), do: "Checks availability and health status of quorum queue leaders"
|
||||||
|
|
||||||
|
def banner([name], %{global: true}),
|
||||||
|
do: "Checking availability and health status of leaders for quorum queues matching #{name} in all vhosts ..."
|
||||||
|
|
||||||
def banner([name], %{vhost: vhost}),
|
def banner([name], %{vhost: vhost}),
|
||||||
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
|
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue