Module: check_mk
Branch: master
Commit: 9d2270d6fe8386c0c854d179b046618b986a395c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9d2270d6fe8386…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Nov 27 19:27:25 2013 +0100
windows_agent: each script can now be configured to run sync / async
The windows agent got two new configuration options <br>
For the <tt>[local]</tt> and <tt>plugins</tt> sections the
parameter
<tt>execution</tt>, which allows to configure if a script should be executed
afterwards or while the agent collect its general data.
<br>
The <tt>[global]</tt> section now has the parameter
<tt>async_script_execution</tt>
where you can configure whether 'delayed' scripts should be executed sequential or
parallel.
You can find more information in our official documentation at the page "Monitoring
Windows".
---
.werks/236 | 16 ++
ChangeLog | 32 +--
agents/windows/check_mk_agent.cc | 433 +++++++++++++++++++++----------------
agents/windows/check_mk_agent.exe | Bin 151040 -> 152064 bytes
agents/windows/install_agent.exe | Bin 146758 -> 146971 bytes
5 files changed, 259 insertions(+), 222 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=9d2270d6fe…