Merge pull request #7664 from Icinga/bugfix/doc-freshness-checks

Docs: explicitly explain how to disable freshness checks
This commit is contained in:
Alexander Aleksandrovič Klimov 2019-12-02 17:06:20 +01:00 committed by GitHub
commit 5af93f102e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ the threshold is based on the last time a check result was received:
> The [process-check-result](12-icinga2-api.md#icinga2-api-actions-process-check-result) REST API
> action allows to overrule the pre-defined check interval with a specified TTL in Icinga 2 v2.9+.
If the freshness checks fail, Icinga 2 will execute the defined check command.
If the freshness checks fail, Icinga 2 will execute the defined check command unless active checks are disabled.
Best practice is to define a [dummy](10-icinga-template-library.md#itl-dummy) `check_command` which gets
executed when freshness checks fail.