Docs: explicitly explain how to disable freshness checks

This commit is contained in:
Alexander A. Klimov 2019-11-28 14:53:48 +01:00
parent ce4409d1d2
commit 7c0e735242
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.