Elasticsearch: Fix crash with invalid performance data metrics

fixes #6191

refs #6192
This commit is contained in:
Michael Friedrich 2018-04-03 14:38:25 +02:00
parent eb8bb927ca
commit 836103ef57
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ void ElasticsearchWriter::AddCheckResult(const Dictionary::Ptr& fields, const Ch
Log(LogWarning, "ElasticsearchWriter")
<< "Ignoring invalid perfdata value: '" << val << "' for object '"
<< checkable->GetName() << "'.";
continue;
}
}