summaryrefslogtreecommitdiff
path: root/docs
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
commit8fa43752f207408591d57a683618d67e9967b31a (patch)
tree8b798e21d1ec7b0c8a82d3863d389b8bb729889c /docs
parent8007d629f2aa7a43807cb36ad1bf75130ae16b3b (diff)
downloadrabbitmq-server-git-8fa43752f207408591d57a683618d67e9967b31a.tar.gz
Update manpage for rabbitmqctl status
Diffstat (limited to 'docs')
-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 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>