From 7c0e735242e609637d33fea44c0b3ab3cc2a0edd Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 28 Nov 2019 14:53:48 +0100 Subject: [PATCH] Docs: explicitly explain how to disable freshness checks --- doc/08-advanced-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/08-advanced-topics.md b/doc/08-advanced-topics.md index fe427abfb..a5e705928 100644 --- a/doc/08-advanced-topics.md +++ b/doc/08-advanced-topics.md @@ -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.