Werk #14869: Fix regression in mk_logwatch plugin in Windows
Component | Checks & agents | ||||
Title | Fix regression in mk_logwatch plugin in Windows | ||||
Date | Sep 26, 2022 | ||||
Level | Prominent Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Until now mk_logwatch plugin could not create a directory for batch files because the directory name as a rule contained a colon and the colon is a forbidden symbol in NTFS. Due to this bug the logwatch monitoring was impossible.
With this version mk_logwatch plugin replaces the colon in directory name with an underscore thus fixing the regression.
SUP-11644