diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-30 11:20:30 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-30 11:20:30 +0000 |
commit | f03aa44e727f84abd24229e3a17069984332acbc (patch) | |
tree | e793ae7be7786f4fa2b6bb1a2c47ecaef05fde5c /lib/custodian/settings.rb | |
parent | a6225084c084ae4e41ce551da42cd059279f0a2d (diff) |
comment + neatness update.
Diffstat (limited to 'lib/custodian/settings.rb')
-rw-r--r-- | lib/custodian/settings.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index b601d79..62006c0 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -126,6 +126,8 @@ module Custodian # # When the alerter is "mauve" the target is the destination for the alerts. # + # When the alerter is "redis" the target is the redis-server address. + # def alerter_target( alert ) _load() unless( _loaded? ) @@ -136,7 +138,6 @@ module Custodian # if we have something setup then use it. if ( @settings["#{alert}_target"] ) return( @settings["#{alert}_target"] ) - else end # otherwise per-test defaults. |