Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 236
blob741406b19d5d590e52fc09b61bf1acd1f6df9f9e
1 Title: windows_agent: each script can now be configured to run sync / async
2 Level: 2
3 Component: checks
4 Version: 1.2.3i7
5 Date: 1385576416
6 Class: feature
8 The windows agent got two new configuration options <br>
9 For the <tt>[local]</tt> and <tt>plugins</tt> sections the parameter
10 <tt>execution</tt>, which allows to configure if a script should be executed
11 afterwards or while the agent collect its general data.
12 <br>
13 The <tt>[global]</tt> section now has the parameter <tt>async_script_execution</tt>
14 where you can configure whether 'delayed' scripts should be executed sequential or parallel.
15 You can find more information in our official documentation at the page "Monitoring Windows".