1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-07 20:25:08 +02:00

Elasticsearch: Fix crash with invalid performance data metrics

fixes 

refs 
This commit is contained in:
Michael Friedrich 2018-04-03 14:38:25 +02:00
parent eb8bb927ca
commit 836103ef57

@ -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;
}
}