Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6387
blob8b742af5f0c8cd4dfa25765f56f4fb2736d2e953
1 Title: Fixed staleness of services on piggybacked hosts
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1532692225
11 The VSphere special agent may provide piggyback data for other hosts.
12 Sometimes all piggybacked services on these hosts became stale because
13 the piggyback files were incorrectly detected as outdated.
14 Other piggyback hosts may also be affected.
16 Internal notes:
17 A piggyback host writes piggyback files and an additional status file.
18 The age of each piggyback file is compared to the age of the status file
19 in order to detect the validity of the piggyback file.
20 Wihtin the cachefile_age function the timestamp of 'now' is initialized
21 every time for every file. This may result in disregarded time deltas.