From f1e91017cd234c12bfebfa0d276f6e2ed0f71f08 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 28 Nov 2019 15:10:34 +0100 Subject: [PATCH] Docs: clarify CRITICAL vs. UNKNOWN refs #7617 --- doc/03-monitoring-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-monitoring-basics.md b/doc/03-monitoring-basics.md index 569d0f85d..5a841786a 100644 --- a/doc/03-monitoring-basics.md +++ b/doc/03-monitoring-basics.md @@ -83,7 +83,7 @@ Services can be in any one of the following states: ------------|-------------- OK | The service is working properly. WARNING | The service is experiencing some problems but is still considered to be in working condition. - CRITICAL | The service is in a critical state. + CRITICAL | The check successfully determined that the service is in a critical state. UNKNOWN | The check could not determine the service's state. ### Check Result State Mapping