Module: check_mk
Branch: master
Commit: d316d052c466b465770cf99964a7ab5fc80f39c0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d316d052c466b4…
Author: Sebastian Herbord <sh(a)mathias-kettner.de>
Date: Mon Nov 23 11:48:50 2015 +0100
windows agent: factored out performance counter access code
---
agents/windows/Makefile | 4 +-
agents/windows/PerfCounter.cc | 264 +++++++++++++++
agents/windows/PerfCounter.h | 89 ++++++
agents/windows/build_version | 2 +-
agents/windows/check_mk_agent-64.exe | Bin 5397569 -> 5813995 bytes
agents/windows/check_mk_agent-64.unversioned.exe | Bin 5397569 -> 5813995 bytes
agents/windows/check_mk_agent.cc | 370 +++-------------------
agents/windows/check_mk_agent.exe | Bin 4257835 -> 4603891 bytes
agents/windows/check_mk_agent.msi | Bin 9979904 -> 10747904 bytes
agents/windows/check_mk_agent.unversioned.exe | Bin 4257835 -> 4603891 bytes
agents/windows/install_agent-64.exe | Bin 1288918 -> 1378209 bytes
agents/windows/install_agent.exe | Bin 1169708 -> 1255524 bytes
12 files changed, 403 insertions(+), 326 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=d316d052c4…