mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
bc4c6d1655
commit
04b026e612
@ -136,6 +136,9 @@ void GraphiteWriter::SendPerfdata(const String& prefix, const CheckResult::Ptr&
|
||||
{
|
||||
Value pdv = cr->GetPerformanceData();
|
||||
|
||||
if (pdv.IsEmpty())
|
||||
return;
|
||||
|
||||
if (!pdv.IsObjectType<Dictionary>())
|
||||
{
|
||||
CONTEXT("Processing performance data value '" + String(pdv) + "'");
|
||||
|
Loading…
x
Reference in New Issue
Block a user