Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 7576
blobe7c4c3ed486d2f20ba14ace61743d96ccf6866e4
1 Title: The rrdtool library should never terminate its process.
2 Level: 1
3 Component: packages
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1494417051
8 Class: fix
10 Under certain (relatively obscure) circumstances the rrdtool library simply
11 terminates its process instead of cleanly reporting an error.  The symptom
12 in Check_MK was that when trying to fetch data for graphing, the Micro Core
13 sometimes terminated without logging anything.  This has been fixed by
14 backporting the fix for the corresponding rrdtool issue:
16 https://github.com/oetiker/rrdtool-1.x/issues/653