mirror of https://github.com/Icinga/icinga2.git
parent
2d73b6259c
commit
59739d9ae4
|
@ -559,8 +559,7 @@ String CompatUtility::GetCheckResultPerfdata(const Dictionary::Ptr& cr)
|
||||||
if (!cr)
|
if (!cr)
|
||||||
return String();
|
return String();
|
||||||
|
|
||||||
Dictionary::Ptr perfdata = cr->Get("performance_data");
|
return PluginUtility::FormatPerfdata(cr->Get("performance_data"));
|
||||||
return PluginUtility::FormatPerfdata(perfdata);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String CompatUtility::EscapeString(const String& str)
|
String CompatUtility::EscapeString(const String& str)
|
||||||
|
|
Loading…
Reference in New Issue