Module: check_mk
Branch: master
Commit: bb4c960cfd4668b135f6bbd7be38c79cfdd5ad22
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=bb4c960cfd4668…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Thu Oct 5 10:04:52 2017 +0200
5379 FIX Allow Windows logfiles to be monitored without monitoring also eventlog
Since 1.4.0, monitoring Windows logfiles has required that also Windows
eventlog is being monitored. The fix restores the functionality available
until version 1.2.8 so that Windows logfiles and eventlogs can be selected
for monitoring separately.
Change-Id: Idcd49a455f27d631b92fdfade50d68fbc66e465f
---
.werks/5379 | 14 ++++++++
agents/windows/Configurable.h | 7 ++--
agents/windows/Section.cc | 12 ++++---
agents/windows/Section.h | 9 +++--
agents/windows/SectionManager.cc | 52 ++++++++++++++++-----------
agents/windows/build_version | 2 +-
agents/windows/check_mk_agent.cc | 5 +--
agents/windows/sections/SectionCheckMK.cc | 2 +-
agents/windows/sections/SectionDF.cc | 2 +-
agents/windows/sections/SectionEventlog.cc | 2 +-
agents/windows/sections/SectionFileinfo.cc | 2 +-
agents/windows/sections/SectionGroup.cc | 8 +++--
agents/windows/sections/SectionGroup.h | 3 +-
agents/windows/sections/SectionLogwatch.cc | 2 +-
agents/windows/sections/SectionMRPE.cc | 2 +-
agents/windows/sections/SectionMem.cc | 2 +-
agents/windows/sections/SectionOHM.cc | 3 +-
agents/windows/sections/SectionPS.cc | 8 ++---
agents/windows/sections/SectionPerfcounter.cc | 7 ++--
agents/windows/sections/SectionPerfcounter.h | 5 +--
agents/windows/sections/SectionPluginGroup.cc | 3 +-
agents/windows/sections/SectionServices.cc | 2 +-
agents/windows/sections/SectionSkype.cc | 10 +++---
agents/windows/sections/SectionSpool.cc | 2 +-
agents/windows/sections/SectionSystemtime.cc | 2 +-
agents/windows/sections/SectionUptime.cc | 2 +-
agents/windows/sections/SectionWMI.cc | 7 ++--
agents/windows/sections/SectionWMI.h | 3 +-
agents/windows/sections/SectionWinperf.cc | 4 +--
agents/windows/sections/SectionWinperf.h | 4 +--
30 files changed, 115 insertions(+), 73 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=bb4c960cfd…