From b34675cae8ec936232451575b8f01531c12f2300 Mon Sep 17 00:00:00 2001 From: Max Rosin Date: Tue, 27 Feb 2018 14:31:00 +0100 Subject: [PATCH] Fix description of the NotificationComponent in notification.conf, fix #6122 --- etc/icinga2/features-available/notification.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/icinga2/features-available/notification.conf b/etc/icinga2/features-available/notification.conf index a3b59a841..3f9a88edf 100644 --- a/etc/icinga2/features-available/notification.conf +++ b/etc/icinga2/features-available/notification.conf @@ -1,5 +1,5 @@ /** - * The notification component takes care of executing service checks. + * The notification component is responsible for sending notifications. */ object NotificationComponent "notification" { } -- 2.50.1