mirror of https://github.com/Icinga/icinga2.git
Fix: PerfdataValue is not properly serialised in status queries
fixes #10211
This commit is contained in:
parent
425a1a0166
commit
f091379177
|
@ -53,7 +53,7 @@ public:
|
|||
|
||||
result->Set("name", name);
|
||||
result->Set("status", status);
|
||||
result->Set("perfdata", perfdata);
|
||||
result->Set("perfdata", Serialize(perfdata, FAState));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue