Werk #7490: mk_logwatch: enforce utf-8 encoding of config files
Komponente | Checks & Agents |
---|---|
Titel | mk_logwatch: enforce utf-8 encoding of config files |
Datum | 2019-06-25 12:09:13 |
Checkmk Edition | Checkmk Raw Edition (CRE) |
Checkmk Version | 1.6.0b3,1.7.0i1 |
Level | Trivial Change |
Klasse | Bug Fix |
Kompatibilität | Incompatible - Manual interaction might be required |
Previously it was merely assumed that the config files are utf-8 encoded. To properly address issues with matching of non-ASCII characters we now require that the config files are utf-8 encoded.
Configuration files that cannot be decoded will be skipped, and the corresponding service will go to UNKNOWN, displaying an appropriate message.