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 | f9c2b20d317abdc6191e08d6e536892ee07689e9 (patch) | |
tree | 963c7acb794c0bf516d201337e9f4be4e3a29d3e /lib/custodian/alerts.rb | |
parent | 4749fe9c09d1182ccde108049a7879bde63cf527 (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' |