Module: check_mk
Branch: master
Commit: b404925175153d71ec5757a0497dca8bf5406315
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b404925175153d…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed May 28 15:45:43 2014 +0200
windows agent: now able to evaluate logfiles written in unicode (2 bytes per character)
The windows agent was unable to process logfiles which were written as unicode. Those
files
had binary zeros every other byte, rendering the normal "readline" logfile
processing useless.<br>
The agent can now read unicode files correctly, convert each line to a multibyte
representation
(most of the time it is only a single byte) and apply the configured logfile patterns
accordingly.
---
.werks/927 | 12 +++
ChangeLog | 1 +
agents/windows/check_mk_agent-64.exe | Bin 205312 -> 206848 bytes
agents/windows/check_mk_agent.cc | 152 +++++++++++++++++++++++++++++++---
agents/windows/check_mk_agent.exe | Bin 175104 -> 176640 bytes
agents/windows/install_agent-64.exe | Bin 158331 -> 159073 bytes
agents/windows/install_agent.exe | Bin 155451 -> 156101 bytes
7 files changed, 154 insertions(+), 11 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=b404925175…