Werk #13420: Fix section parsing with different separators
Komponente | Core & setup |
Titel | Fix section parsing with different separators |
Datum | 19.05.2022 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0i1 2.1.0 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
In checkmk it's possible to transport a single section with different separators:
<<<section:sep(44)>>> a,1 <<<section:sep(124)>>> b|2 <<<section:sep(44)>>> c,3
Up until this werk, the ordering of the lines where not preserved, the check function would have received them as a,1 c,3 b,2