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