Merge pull request #6193 from Icinga/fix/gelfwriter-invalid-perfdata-crash

GelfWriter: Fix crash on invalid performance data metrics
This commit is contained in:
Michael Friedrich 2018-04-03 14:52:12 +02:00 committed by GitHub
commit d384dee204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ void GelfWriter::CheckResultHandlerInternal(const Checkable::Ptr& checkable, con
Log(LogWarning, "GelfWriter")
<< "Ignoring invalid perfdata value: '" << val << "' for object '"
<< checkable->GetName() << "'.";
continue;
}
}