summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-03-02 20:12:53 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-03-02 20:12:53 +0300
commit98182a9a70db53d6d99845780832ca318141a655 (patch)
tree1b0d78fe3bcdafa0077e8d34c0820777b7a25adb /docs
parentc2b0c69b4d6eb366c215933e0d8320f2b66bc4ab (diff)
parent188d7a06e21d75220d0d0a718164f717a92cb70e (diff)
downloadrabbitmq-server-git-98182a9a70db53d6d99845780832ca318141a655.tar.gz
Merge branch 'rabbitmq-server-398' into stable
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index fe24a47376..1ecf8d4d3a 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1829,6 +1829,21 @@
</varlistentry>
<varlistentry>
+ <term><cmdsynopsis><command>node_health_check</command></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Health check of the RabbitMQ node. Verifies the rabbit application is
+ running, list_queues and list_channels return, and alarms are not set.
+ </para>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl node_health_check -n rabbit@stringer</screen>
+ <para role="example">
+ This command performs a health check on the RabbitMQ node.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><cmdsynopsis><command>environment</command></cmdsynopsis></term>
<listitem>
<para>