Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 314
blobc3855284a536b1b82fe90e8169221f6373257c17
1 Title: Fix CMC not executing any Check_MK checks after config reload
2 Level: 2
3 Component: core
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387453914
8 Targetversion: future
10 CMC uses Check_MK in the <tt>--keepalive</tt> mode. That mode mixed up
11 it's filedescriptors after a configuration reload. That resultet in the
12 output of the checks not arriving at the CMC. The CMC waited and considered
13 the helper as busy. All Check_MK based checks got stale. A restart fixed
14 that.
16 That problem is now solved.