Werk #927: windows agent: now able to evaluate logfiles written in unicode (2 bytes per character)
Component | Checks & agents | ||
Title | windows agent: now able to evaluate logfiles written in unicode (2 bytes per character) | ||
Date | May 28, 2014 | ||
Level | Prominent Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
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.
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.