summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDiana Corbacho <diana.corbacho@erlang-solutions.com>2016-02-25 12:48:37 +0000
committerDiana Corbacho <diana.corbacho@erlang-solutions.com>2016-02-25 12:48:37 +0000
commit0b8e52ae62fb80ce4902c7fddc9aaf5f522483dd (patch)
tree5d081ef3d90bfe720b20b0a920e0f516bb64d2c6 /docs
parent5745eb38faf0f66df1123582695783f78d69764c (diff)
downloadrabbitmq-server-git-0b8e52ae62fb80ce4902c7fddc9aaf5f522483dd.tar.gz
Rename aliveness_test to node_health_check
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 31de508482..0d87f4bafb 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1829,14 +1829,14 @@
</varlistentry>
<varlistentry>
- <term><cmdsynopsis><command>aliveness_test</command></cmdsynopsis></term>
+ <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 aliveness_test -n rabbit@stringer</screen>
+ <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>