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