Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5412
blobc0726595493bfc58c8e1317e75565198465025cf
1 Title: Windows agent: fix logfile glob patterns without '*' at the end
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.5.0i2
7 Date: 1511530237
8 Class: fix
10 Windows logfile patterns have required a wildcard '*' at the end in
11 order to work correctly. It was not possible to require an exact match
12 to the end of a line without wildcard '*' at the end. The reason was a
13 carriage-return (CR) character at the end of each read line that
14 prevented a match unless a '*' was present at the end of the pattern.
16 Now also patterns without a wildcard '*' at the end work correctly.