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


#
# The factory
#
require 'custodian/alertfactory'


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