mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
879684efcd
commit
321809bea8
@ -272,6 +272,9 @@ Array::Ptr PluginUtility::SplitPerfdata(const String& perfdata)
|
||||
|
||||
String PluginUtility::FormatPerfdata(const Array::Ptr& perfdata)
|
||||
{
|
||||
if (!perfdata)
|
||||
return "";
|
||||
|
||||
std::ostringstream result;
|
||||
|
||||
ObjectLock olock(perfdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user