From a6fd50c956ddacd6e920e103ea66f34ca81d16f3 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(-) 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