Werk #14555: KUBE: kube_pod_containers replaces \n in check summary
Komponente | Checks & agents |
Titel | KUBE: kube_pod_containers replaces \n in check summary |
Datum | 02.09.2022 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0p12 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
Previously, the check kube_pod_containers would crash with
raise ValueError("'\\n' not allowed in 'summary'")
This was because any linebreak in the detailed description of the container state was written to the checks summary. With this werk, linebreaks are replaced with '; '.