summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts.rb
blob: eb12215370ec468a085af59ec8946b95276eb2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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/file'
require 'custodian/alerts/mauve'
require 'custodian/alerts/smtp'