Docs: Fix wrong notification filter in Migration chapter

fixes #12664
This commit is contained in:
Michael Friedrich 2016-09-30 16:02:09 +02:00
parent ce13015ea1
commit fcee7189ad
1 changed files with 1 additions and 1 deletions

View 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, ...).