summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2011-05-31 16:21:49 +0100
committerEmile Joubert <emile@rabbitmq.com>2011-05-31 16:21:49 +0100
commit304e1afd5907ddc6b0bd80f9f051a4d41fab6bb2 (patch)
tree8b798e21d1ec7b0c8a82d3863d389b8bb729889c
parent39e3f17926ccc20917a7aa44ba958a7541a8f14e (diff)
downloadrabbitmq-server-304e1afd5907ddc6b0bd80f9f051a4d41fab6bb2.tar.gz
Update manpage for rabbitmqctl status
-rw-r--r--docs/rabbitmqctl.1.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index d034e02d..6e57f493 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>