diff options
| -rw-r--r-- | docs/rabbitmqctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index b98e871f9e..f524e3e084 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -1440,9 +1440,11 @@ is located on the current node. .\" ------------------------------------------------------------------ .It Cm node_health_check .Pp -Performs several health checks of the target node. +DEPRECATED. Performs intrusive, opinionated health checks on a fully booted node. +To learn more, see the +.Lk https://www.rabbitmq.com/monitoring.html#health-checks "Health Checks documentation" .Pp -Verifies the rabbit application is running and alarms are not set, +Verifies the RabbitMQ application is running and alarms are not set, then checks that every queue and channel on the node can emit basic stats. .sp Example: |
