diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:32:01 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:32:01 +0000 |
commit | 0949bf49c317e97c5adc74dd2bf6b83c32181905 (patch) | |
tree | 202637f2e2d4f3fc9b8929e921196f6c40cd32c2 /lib/custodian | |
parent | e5470f443312480e5dd545960d7c0dfa79d0ebb6 (diff) |
Default alerter is "file".
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/settings.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 7d854f1..04f4b2d 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -112,7 +112,7 @@ module Custodian def alerter _load() unless( _loaded? ) - @settings['alerter'] || "smtp" + @settings['alerter'] || "file" end |