diff options
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index d034e02d25..6e57f4932b 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -183,10 +183,14 @@ <term><cmdsynopsis><command>status</command></cmdsynopsis></term> <listitem> <para> - Displays various information about the RabbitMQ broker, - such as whether the RabbitMQ application on the current - node, its version number, what nodes are part of the - broker, which of these are running. + Displays broker status information such as the running applications + on the current Erlang node, RabbitMQ and Erlang versions, OS, memory + and environment details and which nodes are clustered. + </para> + <para> + Diagnostic information is displayed if the broker is not running, + cannot be reached, or does not permit queries due to security + constraints. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl status</screen> |
