Merge pull request #7665 from Icinga/bugfix/doc-unknown-7617

Docs: clarify CRITICAL vs. UNKNOWN
This commit is contained in:
Alexander Aleksandrovič Klimov 2019-12-02 17:06:00 +01:00 committed by GitHub
commit 9ed16abb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>