From e5eef4ac91f4febcb94c01f44bd2fda85f6a7ce7 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:08:46 -0400 Subject: [PATCH] docs: Minor rewrite --- website/content/docs/operations/health.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/operations/health.mdx b/website/content/docs/operations/health.mdx index b10041bbc8..8a4a46e108 100644 --- a/website/content/docs/operations/health.mdx +++ b/website/content/docs/operations/health.mdx @@ -57,10 +57,11 @@ All responses return empty bodies. `GET /health` does not support any input. ## Check the health endpoint using `wget` -You can use `wget` to check the health endpoint. The Boundary Enterprise binary includes `wget`. +It is also available to HCP Boundary users. +You can use it to check the health endpoint. -Use the following `wget` command to check a worker's status to determine if it is healthy: +Use the following command to check a worker's status to determine if it is healthy: ```shell-session wget -q -O - http://localhost:9203/health?worker_info=1 | grep -c 'READY'