From f37871204728b155f589bf6add2a58347116704b Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 20 Nov 2012 10:07:30 +0000 Subject: Added test-type to the subject --- lib/custodian/alerter.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/custodian/alerter.rb') diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index e70ad0d..198716f 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -124,7 +124,10 @@ class Alerter end end - + # + # Add the test-type to the subject + # + subject = "#{subject} #{@details['test_type']}" # # Document the hostname if the alert relates to an IP address. @@ -190,6 +193,10 @@ class Alerter end end + # + # Add the test-type to the subject + # + subject = "#{subject} #{@details['test_type']}" # # Document the hostname if the alert relates to an IP address. -- cgit v1.2.1