mirror of https://github.com/Icinga/icinga2.git
parent
e26494bf08
commit
5cdc7c03f2
|
@ -120,7 +120,7 @@ void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
|||
String metric;
|
||||
std::map<String, String> tags;
|
||||
|
||||
String escaped_hostName = EscapeMetric(host->GetName());
|
||||
String escaped_hostName = EscapeTag(host->GetName());
|
||||
tags["host"] = escaped_hostName;
|
||||
|
||||
double ts = cr->GetExecutionEnd();
|
||||
|
|
Loading…
Reference in New Issue