fixes minor typos in flapping detection documentation 5709/head
authorbascarsija <bascarsija.dev@gmail.com>
Wed, 25 Oct 2017 19:42:23 +0000 (12:42 -0700)
committerChris Grierson <chris.grierson@redfin.com>
Wed, 25 Oct 2017 19:54:01 +0000 (12:54 -0700)
refs #5703

doc/08-advanced-topics.md

index b3cd68c48144e6e26122015ac19fd42f8bb239f7..ffa62495b8f021af785c5d7c4cec7c2553ff00f7 100644 (file)
@@ -295,7 +295,7 @@ provides the `includes` and `excludes` attributes to solve this issue.
 preferred.
 
 The following example defines a time period called `holidays` where
-notifications should be supressed:
+notifications should be suppressed:
 
     object TimePeriod "holidays" {
       import "legacy-timeperiod"
@@ -415,15 +415,15 @@ 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
-suppresed 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.
 The `flapping_threshold_high` and `flapping_threshold_low` attributes allows to specify the thresholds that control
 when a [host](09-object-types.md#objecttype-host) or [service](objecttype-service) is considered to be flapping.
 
-The default thresholds are 30% for high and 25% for low. If the computed flapping value excedes the high threshold a
+The default thresholds are 30% for high and 25% for low. If the computed flapping value exceeds the high threshold a
 host or service is considered flapping until it drops below the low flapping threshold.
 
 `FlappingStart` and `FlappingEnd` notifications will be sent out accordingly, if configured. See the chapter on