From 3aa8bd6164aaeea02391ad95c6c29743870d675e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 17 Mar 2014 09:42:43 +0100 Subject: [PATCH] Add StateFilterOK in the example notification config. Fixes #5762 --- etc/icinga2/conf.d/notifications.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/icinga2/conf.d/notifications.conf b/etc/icinga2/conf.d/notifications.conf index 36013c512..e74ae8f1b 100644 --- a/etc/icinga2/conf.d/notifications.conf +++ b/etc/icinga2/conf.d/notifications.conf @@ -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 |