mirror of https://github.com/Icinga/icinga2.git
Elasticsearch: Fix crash with invalid performance data metrics
fixes #6191 refs #6192
This commit is contained in:
parent
eb8bb927ca
commit
836103ef57
|
@ -148,6 +148,7 @@ void ElasticsearchWriter::AddCheckResult(const Dictionary::Ptr& fields, const Ch
|
||||||
Log(LogWarning, "ElasticsearchWriter")
|
Log(LogWarning, "ElasticsearchWriter")
|
||||||
<< "Ignoring invalid perfdata value: '" << val << "' for object '"
|
<< "Ignoring invalid perfdata value: '" << val << "' for object '"
|
||||||
<< checkable->GetName() << "'.";
|
<< checkable->GetName() << "'.";
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue