From: RobinOBrien Date: Tue, 31 Oct 2017 08:18:57 +0000 (+0200) Subject: Merge branch 'master' into fix/small-documentation-fix X-Git-Tag: v2.8.0~26^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eb97a88a91705c3d2048702d17068d60fe80fc9;p=icinga2 Merge branch 'master' into fix/small-documentation-fix --- 1eb97a88a91705c3d2048702d17068d60fe80fc9 diff --cc doc/08-advanced-topics.md index d514448d4,ffa62495b..a5060ba7e --- a/doc/08-advanced-topics.md +++ b/doc/08-advanced-topics.md @@@ -415,8 -415,8 +415,9 @@@ Example output in Icinga Web 2 Icinga 2 supports optional detection of hosts and services that are "flapping". Flapping occurs when a service or host changes state too frequently, which would result in a storm of problem and - recovery notifications. With flapping enabled a flapping notification will be sent while other notifications are - suppressed until it calms down after receiving the same status from checks a few times. flapping can help detecting + recovery notifications. With flapping detection enabled a flapping notification will be sent while other notifications are + suppresed until it calms down after receiving the same status from checks a few times. Flapping detection can help detect ++ configuration problems (wrong thresholds), troublesome services, or network problems. Flapping detection can be enabled or disabled using the `enable_flapping` attribute.