summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-10-04 15:03:55 +0100
committerSteve Kemp <steve@steve.org.uk>2013-10-04 15:03:55 +0100
commitd48349ac70b2f79eff5ab53eaeb966d076ef89dd (patch)
treea79bab3dcf7e41f88653481e0b8e9790ff824422 /lib/custodian/alerts.rb
parent0f189f8b226b30172a2a2618b85c049e67ffef3b (diff)
Graphite 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 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'