diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-03-02 20:13:23 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-03-02 20:13:23 +0300 |
| commit | 7f9dfd829f2f4bf9fefaf8a96aaccedcda3c2930 (patch) | |
| tree | cd3386471a229c00617b493b422494d2d972edca /docs | |
| parent | aace92afd7405cbff7597769079ad692a50d28cc (diff) | |
| parent | 98182a9a70db53d6d99845780832ca318141a655 (diff) | |
| download | rabbitmq-server-git-7f9dfd829f2f4bf9fefaf8a96aaccedcda3c2930.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 2d3da01908..55b557a81a 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1824,6 +1824,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> |
