From: Max Rosin Date: Tue, 27 Feb 2018 13:31:00 +0000 (+0100) Subject: Fix description of the NotificationComponent in notification.conf, fix #6122 X-Git-Tag: v2.9.0~145^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6125%2Fhead;p=icinga2 Fix description of the NotificationComponent in notification.conf, fix #6122 --- 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" { }