Docs: clarify CRITICAL vs. UNKNOWN

refs #7617
This commit is contained in:
Alexander A. Klimov 2019-11-28 15:10:34 +01:00
parent ce4409d1d2
commit f1e91017cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a id="check-result-state-mapping"></a>