Module: check_mk
Branch: master
Commit: a8f141684e0e08619cd8e618fe774fda9a1b1b5e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a8f141684e0e08…
Author: Sebastian Herbord <sh(a)mathias-kettner.de>
Date: Wed Mar 23 13:47:12 2016 +0100
windows agent: cleanups regarding performance counters
---
agents/windows/Makefile | 2 +-
agents/windows/PerfCounter.cc | 93 ++++++++++++++++-----
agents/windows/PerfCounter.h | 5 ++
agents/windows/PerfCounterCommon.cc | 94 ++++++++++++++++++++++
agents/windows/PerfCounterCommon.h | 60 ++++++++++++++
agents/windows/PerfCounterPdh.cc | 92 +++------------------
agents/windows/PerfCounterPdh.h | 2 +-
agents/windows/build_version | 2 +-
agents/windows/check_mk_agent-64.exe | Bin 1003008 -> 939520 bytes
agents/windows/check_mk_agent-64.unversioned.exe | Bin 1003008 -> 939520 bytes
agents/windows/check_mk_agent.cc | 77 +++++++++++++-----
agents/windows/check_mk_agent.exe | Bin 891392 -> 866304 bytes
agents/windows/check_mk_agent.msi | Bin 2156544 -> 2067456 bytes
agents/windows/check_mk_agent.unversioned.exe | Bin 891392 -> 866304 bytes
agents/windows/install_agent-64.exe | Bin 439059 -> 431158 bytes
agents/windows/install_agent.exe | Bin 424770 -> 421694 bytes
16 files changed, 299 insertions(+), 128 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=a8f141684e…