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 | 50a392b21a03476127ba1339ebf8c09146fa0c30 (patch) | |
tree | 202637f2e2d4f3fc9b8929e921196f6c40cd32c2 /lib/custodian | |
parent | cec1dbcc0c8887e0ed006118fc836311449fc50f (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 |