From e309148169b4883cb79340a0f79e6827c4adf0c7 Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Mon, 29 Aug 2022 17:18:27 +0100 Subject: [PATCH] Update website/content/docs/discovery/checks.mdx Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> --- website/content/docs/discovery/checks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/discovery/checks.mdx b/website/content/docs/discovery/checks.mdx index d99f8be16..0add8912d 100644 --- a/website/content/docs/discovery/checks.mdx +++ b/website/content/docs/discovery/checks.mdx @@ -278,7 +278,7 @@ check = { OSService checks periodically direct the Consul agent to monitor the health of a service running on the host operating system as either a Windows service (Windows) or a SystemD service (Unix). The check is logged as `healthy` if the service is running. -If it is stopped or not running, the status is `critical`. All other result sets +If it is stopped or not running, the status is `critical`. All other results set the status to `warning`, which indicates that the check is not reliable because an issue is preventing the check from determining the health of the service. The following service definition file snippet is an example