diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 16:41:36 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 16:41:36 +0000 |
commit | 2c77e423c72a98985fe8740c4892151613e053f1 (patch) | |
tree | 2be8741a4efff269e131f4d91c37a9f6eb8d84ac /lib/custodian/alerts/mauve.rb | |
parent | 407333edf91dd336369c084db6d739da2a43e6d4 (diff) |
* Added mauve suppression to the mauve alert class.
* Added debian recommendation for mauvealert-client
Diffstat (limited to 'lib/custodian/alerts/mauve.rb')
-rw-r--r-- | lib/custodian/alerts/mauve.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/custodian/alerts/mauve.rb b/lib/custodian/alerts/mauve.rb index 417a1f2..300c90c 100644 --- a/lib/custodian/alerts/mauve.rb +++ b/lib/custodian/alerts/mauve.rb @@ -82,6 +82,11 @@ module Custodian alert.raise_time = Time.now.to_i # + # We're going to suppress this alert for 7 minutes to suppress flaps. + # + alert.suppress_until = Time.now.to_i + 420 + + # # Update it and send it # update.alert << alert |