summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-09 16:25:51 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-09 16:25:51 +0000
commitc10d8e1111fdf617b935f771efd1dc982c05b449 (patch)
tree7484360747a505e64b0bce7de8a5e3ebdad2b6a8 /docs
parente0fbba695861c1d660dddde1b50ccd045f7571b0 (diff)
downloadrabbitmq-server-git-c10d8e1111fdf617b935f771efd1dc982c05b449.tar.gz
Correct the behaviour of /etc/init.d/rabbitmq-server status
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 5c090e5a2b..2f2e8b417c 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -197,6 +197,24 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><cmdsynopsis><command>init_status</command></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Displays an init.d-style status line about whether the server
+ is running.
+ </para>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl init_status</screen>
+ <para role="example">
+ This command displays:
+ rabbit@hostname is running (pid 1234).
+ or
+ rabbit@hostname is NOT running.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="reset">
<term><cmdsynopsis><command>reset</command></cmdsynopsis></term>
<listitem>