From fcee7189ad8a1da2d598213379ff0453380145a4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 30 Sep 2016 16:02:09 +0200 Subject: [PATCH] Docs: Fix wrong notification filter in Migration chapter fixes #12664 --- doc/22-migrating-from-icinga-1x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/22-migrating-from-icinga-1x.md b/doc/22-migrating-from-icinga-1x.md index f3c1ebbb6..36f889af9 100644 --- a/doc/22-migrating-from-icinga-1x.md +++ b/doc/22-migrating-from-icinga-1x.md @@ -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, ...). -- 2.49.0