Add StateFilterOK in the example notification config.

Fixes #5762
This commit is contained in:
Gunnar Beutner 2014-03-17 09:42:43 +01:00
parent 5a7d56f4a3
commit 3aa8bd6164

View File

@ -5,7 +5,8 @@
template Notification "mail-notification" {
notification_command = "mail-service-notification",
notification_state_filter = (StateFilterWarning |
notification_state_filter = (StateFilterOK |
StateFilterWarning |
StateFilterCritical |
StateFilterUnknown),
notification_type_filter = (NotificationFilterProblem |