summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-26 10:56:27 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-26 10:56:27 +0000
commit3a172585f303fb632a932501960c92629414b3e2 (patch)
tree515a94bf5c25c2f696c5b99dee959a36789f7c67 /lib/custodian/alerts.rb
parent06022289eb29ae3475030d3fd5fd478839bbdc60 (diff)
Added the redis-alerter.
Diffstat (limited to 'lib/custodian/alerts.rb')
-rw-r--r--lib/custodian/alerts.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/alerts.rb b/lib/custodian/alerts.rb
index 4a3f642..1f90fe2 100644
--- a/lib/custodian/alerts.rb
+++ b/lib/custodian/alerts.rb
@@ -16,6 +16,7 @@ require 'custodian/alertfactory'
#
require 'custodian/alerts/file'
require 'custodian/alerts/mauve'
+require 'custodian/alerts/redis-state'
require 'custodian/alerts/smtp'