summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts/mauve.rb
AgeCommit message (Expand)Author
2018-02-22If a test has a subject used, then use it.Steve Kemp
2018-02-22Removed obsolete code.Steve Kemp
2017-03-16Use the subject-prefix if it is present.Steve Kemp
2016-04-22More rubocop fixes.Steve Kemp
2015-04-16Mark unused variables with underscore-prefix.Steve Kemp
2015-04-16Correctly use the result of the resolution in the alert.Steve Kemp
2015-04-16Resolve hostnames for both A + AAAA.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
2015-03-09Omit the parentheses in defs when the method doesn't accept any arguments.Steve Kemp
2015-03-04Explictly convert the class to a string.Steve Kemp
2015-02-17Deal with multiple test-implementations.Steve Kemp
2013-07-11 Read the alert-source for mauve-notifier form the settings object.Steve Kemp
2012-12-19 Ensure that our notification periods are integersSteve Kemp
2012-12-12 The suppression periods are now configurable tooSteve Kemp
2012-12-12 The suppression period varies between working and out of hoursSteve Kemp
2012-12-12 Use the SHA1 hash of the input line as the alert ID for mauve.Steve Kemp
2012-12-10 Use the parser-input as the alert-idSteve Kemp
2012-12-06 We don't set the .detail field unless we're raising an alert.Steve Kemp
2012-11-29 * Added mauve suppression to the mauve alert class.Patrick J Cherry
2012-11-26 Don't attempt to raise/clear with redis/mauve unless they were loaded.Steve Kemp
2012-11-25 Use the user-supplied text, if present.Steve Kemp
2012-11-24 Renamed class to avoid collision.Steve Kemp
2012-11-24 Misc update.Steve Kemp
2012-11-24 Replaced Custodian::Alerter with a full mauve-specific notifier.Steve Kemp
2012-11-24 Initial/stub implementation of a factory for generating alerting objects.Steve Kemp