Update banner message for global leader health check

This commit is contained in:
Ayanda Dube 2024-08-02 12:23:46 +01:00
parent b7dec89b87
commit c7da4d5b24
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
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}),
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."