Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5925
blob448c0e18560baf5262ea48a033c4fe998316deba
1 Title: Use 10 min default timeout for Windows updates plugin
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cee
6 Version: 1.6.0i1
7 Date: 1525863190
8 Class: fix
10 The plugin windows_updates.vbs has the tendency of running quite long.
11 The default execution timeout of 60s for Windows plugins is in most
12 cases not enough, resulting in the plugin being started every time
13 the Windows agent is contacted and always timing out after 60s without
14 delivering results. At its worst the plugin may cause high CPU load
15 repeated every minute.
17 Most users of windows_updates.vbs have been forced to configure a
18 timeout rule for the plugin in Agent Bakery. To simplify this process,
19 Agent Bakery now delivers windows_updates.vbs with a preconfigured
20 timeout of 10 minutes that should be enough for most users. The
21 already existing defaults for async execution and cache_age of 4 hours
22 were preserved.