From 59a7a768a0875b42cba24a24cc84c32715c99208 Mon Sep 17 00:00:00 2001 From: nook24 Date: Tue, 24 May 2022 08:44:16 +0200 Subject: [PATCH] #278 Update description of use_aggressive_host_checking Signed-off-by: nook24 --- sample-config/naemon.cfg.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sample-config/naemon.cfg.in b/sample-config/naemon.cfg.in index 6c155963..8d3b649d 100644 --- a/sample-config/naemon.cfg.in +++ b/sample-config/naemon.cfg.in @@ -521,9 +521,11 @@ interval_length=60 # AGGRESSIVE HOST CHECKING OPTION # If you don't want to turn on aggressive host checking features, set # this value to 0 (the default). Otherwise set this value to 1 to -# enable the aggressive check option. Read the docs for more info +# enable the aggressive check option. When enabled, Naemon will tread +# WARNING states as UP for host checks. This let's you use the same +# check plugin for host and service checks. Read the docs for more info # on what aggressive host check is or check out the source code in -# base/checks.c +# src/naemon/checks_host.c use_aggressive_host_checking=0