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