diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-10-04 15:03:55 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-10-04 15:03:55 +0100 |
commit | cc19d2cb6f33a1c9c07d8b446888084c9ce88a33 (patch) | |
tree | 12f8134ab97f68052e1b68e4a0abf49eb3d0fc42 /lib/custodian/alerts.rb | |
parent | 867a8a8248b46ef1dd2f9ff6874fb6ed771ef41f (diff) |
Graphite 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 1f90fe2..d22419b 100644 --- a/lib/custodian/alerts.rb +++ b/lib/custodian/alerts.rb @@ -15,6 +15,7 @@ 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' |