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 | f6b134149b469751d318cc1bbd72d29b735d3acb (patch) | |
tree | d0227ad3bcc356a6da041d1c853b2b49b3010450 /lib/custodian/alerts.rb | |
parent | 1bc00fe308b4d6de3faddb1bfc1e7529f3ba6f40 (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' |