From 9344399f448e70b2a83efe5d5b4b758cfd201e38 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 2 Apr 2014 14:16:47 +0200 Subject: [PATCH] Remove TODO comment. Refs #5908 --- components/perfdata/graphitewriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/perfdata/graphitewriter.cpp b/components/perfdata/graphitewriter.cpp index a64df7108..03ac0a65b 100644 --- a/components/perfdata/graphitewriter.cpp +++ b/components/perfdata/graphitewriter.cpp @@ -120,7 +120,7 @@ void GraphiteWriter::CheckResultHandler(const Service::Ptr& service, const Check SendPerfdata(prefix, cr); if (service == host->GetCheckService()) { - prefix = "icinga." + hostName; // TODO works? + prefix = "icinga." + hostName; /* host metrics */ SendMetric(prefix, "current_attempt", service->GetCheckAttempt()); -- 2.40.0