aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/alert_group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/alert_group.rb')
-rw-r--r--lib/mauve/alert_group.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mauve/alert_group.rb b/lib/mauve/alert_group.rb
index 288b263..adb9909 100644
--- a/lib/mauve/alert_group.rb
+++ b/lib/mauve/alert_group.rb
@@ -97,6 +97,9 @@ module Mauve
# has undergone a significant change. We resend this to every notify list.
#
def notify(alert)
+ #
+ # The notifications are specified in the config file.
+ #
notifications.each do |notification|
notification.alert_changed(alert)
end