summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts.rb
blob: 74d021bdcc4742025a23f1351d43f01832277c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# This is just a helper which means that you'll only need to
# update the list of requires in one-place if you add a new
# protocol alert-type
#


#
# The factory
#
require 'custodian/alertfactory'


#
# The individual alert-types.
#
require 'custodian/alerts/mauve'
require 'custodian/alerts/smtp'