Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3672
blob4fee24f8cb71c32e60dbef1a818a807fbc27438c
1 Title: Agent sections cached by the agent could cause stale services
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1468845997
10 There are situations, when the agent is caching sections and the check
11 interval of a check is configured to a special value, that services will
12 become stale even when the agent could still send cached information.
14 For example the ntp section which is cached for 30 seconds, wen using a
15 check interval of 120 seconds, could become stale after 180 seconds when
16 the update of the agent cache takes more than 60 seconds. The agent would
17 then throw away the cache which is currently updated and return no ntp
18 section which results in a stale service then.
20 The fix is now, that in such a situation the agent is processing the old,
21 already cached, section and restarting the cache update immediately
22 (instead of the last run as it was before).