From 1dd745737896d544ea1c8eb0b59dc5b31f1d55aa Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 4 Oct 2013 15:04:28 +0100 Subject: Show the test-target in the graphite list --- lib/custodian/alerts/graphite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/alerts/graphite.rb') diff --git a/lib/custodian/alerts/graphite.rb b/lib/custodian/alerts/graphite.rb index 857c872..ffcd4de 100644 --- a/lib/custodian/alerts/graphite.rb +++ b/lib/custodian/alerts/graphite.rb @@ -55,7 +55,7 @@ module Custodian # # The key we'll send # - str = "#{host}-#{test}" + str = "#{test}-#{host}" str.gsub!(/\\\./, "-") str = "monitor.#{str}" -- cgit v1.2.1