Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5634
blob480c093aecd65ba48a0f4785f387230327e7178b
1 Title: Fixed slowing of CMC stop operation when SNMP checks are running
2 Level: 2
3 Component: core
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i3
7 Date: 1516095164
8 Class: fix
10 The Check_MK Microcore may need a long time for completing stop/restart of the
11 process waiting for currently running operations to finish.
13 One possible situation was that the Check_MK check helpers currently execute
14 checks in form of SNMP queries. A common case is that the helpers wait for
15 the response of a SNMP device which may take up to minutes, depending on the
16 "SNMP timing settings".
18 We have now changed the logic that these SNMP queries are terminated which
19 leads to an immediately ending Check_MK check helper and also a faster ending
20 Microcore process.
22 This change is especially important for cluster setups that have a tight
23 timeout configured for the stop operation of the OMD sites. With this change
24 the failover situations should be handled a lot faster and more stable.