From d452822176afe6c678ca8b8e5e7e98cb44986893 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 10 Dec 2012 13:22:26 +0000 Subject: Use the parser-input as the alert-id --- lib/custodian/alerts/mauve.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/alerts/mauve.rb') diff --git a/lib/custodian/alerts/mauve.rb b/lib/custodian/alerts/mauve.rb index 7c2c89d..31cb874 100644 --- a/lib/custodian/alerts/mauve.rb +++ b/lib/custodian/alerts/mauve.rb @@ -172,7 +172,7 @@ module Custodian alert = Mauve::Proto::Alert.new - alert.id = "#{test_type}-#{test_host}" + alert.id = test.to_s alert.subject = subject alert.summary = "The #{test_type} test failed against #{test_host}" -- cgit v1.2.1