diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:25:11 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:25:11 +0000 |
commit | 278345193b1dc96c31528882e7bb1b4fc160fcb2 (patch) | |
tree | 963c7acb794c0bf516d201337e9f4be4e3a29d3e /lib/custodian/alerts.rb | |
parent | 9b742b290ecfb2ea224d68c5e5f6e65518623047 (diff) |
Added new alert-type, to merely write to a file.
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 74d021b..eb12215 100644 --- a/lib/custodian/alerts.rb +++ b/lib/custodian/alerts.rb @@ -14,6 +14,7 @@ require 'custodian/alertfactory' # # The individual alert-types. # +require 'custodian/alerts/file' require 'custodian/alerts/mauve' require 'custodian/alerts/smtp' |