diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2013-05-14 13:42:41 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2013-05-14 13:42:41 +0100 |
commit | e08051b78bae61dd42b48f4f8d9d086823ddbd2a (patch) | |
tree | 11637803fbfb33e7637e2e35af780773d83ca53c /lib/mauve/notifiers | |
parent | 829a59b0a2a0b470781b8ebd44481c02fb049421 (diff) |
Database now queried to work out if a notification should be suppressed.
Diffstat (limited to 'lib/mauve/notifiers')
-rw-r--r-- | lib/mauve/notifiers/debug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/debug.rb b/lib/mauve/notifiers/debug.rb index a9afc52..b3e88e2 100644 --- a/lib/mauve/notifiers/debug.rb +++ b/lib/mauve/notifiers/debug.rb @@ -69,7 +69,7 @@ module Mauve deliver_to_queue << [Time.now, self.class, destination, message] if deliver_to_queue - if @disable_normal_delivery + if @disable_normal_delivery true # pretend it happened OK if we're just testing else send_alert_without_debug(destination, alert, all_alerts, conditions) |