]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix wrong notification filter in Migration chapter
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 30 Sep 2016 14:02:09 +0000 (16:02 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 30 Sep 2016 14:02:09 +0000 (16:02 +0200)
fixes #12664

doc/22-migrating-from-icinga-1x.md

index f3c1ebbb61ecb3939c7eb973ba68c2e9e6498f41..36f889af9be2dd1f3f712c3788c52c9a0c045a6d 100644 (file)
@@ -1324,7 +1324,7 @@ All state and type filter use long names OR'd with a pipe together
     notification_options w,u,c,r,f,s
 
     states = [ Warning, Unknown, Critical ]
-    filters = [ Problem, Recovery, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
+    types = [ Problem, Recovery, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
 
 Icinga 2 adds more fine-grained type filters for acknowledgements, downtime,
 and flapping type (start, end, ...).