diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 10:56:27 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 10:56:27 +0000 |
commit | 3a172585f303fb632a932501960c92629414b3e2 (patch) | |
tree | 515a94bf5c25c2f696c5b99dee959a36789f7c67 /lib/custodian/alerts.rb | |
parent | 06022289eb29ae3475030d3fd5fd478839bbdc60 (diff) |
Added the redis-alerter.
Diffstat (limited to 'lib/custodian/alerts.rb')
-rw-r--r-- | lib/custodian/alerts.rb | 1 |
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' |