Remove TODO comment.

Refs #5908
This commit is contained in:
Michael Friedrich 2014-04-02 14:16:47 +02:00
parent 3fe169cd7a
commit 9344399f44
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ void GraphiteWriter::CheckResultHandler(const Service::Ptr& service, const Check
SendPerfdata(prefix, cr); SendPerfdata(prefix, cr);
if (service == host->GetCheckService()) { if (service == host->GetCheckService()) {
prefix = "icinga." + hostName; // TODO works? prefix = "icinga." + hostName;
/* host metrics */ /* host metrics */
SendMetric(prefix, "current_attempt", service->GetCheckAttempt()); SendMetric(prefix, "current_attempt", service->GetCheckAttempt());