Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8568
blob84061998a911d7124bc56fb6ebeb0d9d45f9e5ba
1 Title: Make sending data to Carbon/Graphite more robust.
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.4.0i1
9 Date: 1467796215
11 When the connection to Carbon/Graphite is slow and/or the kernel on the
12 monitoring server is very busy, it could happen that we sent a partial line
13 only, so the net result could look like the core is stuttering.  With this
14 fix, we introduce a small timeout for each write before giving up, and we
15 make sure to close the connection in that case.  It will be re-opened later
16 automatically.