Werk #16754: docker_container: skip on incomplete data for diskstat and memory
Komponente | Checks & agents | ||||||
Titel | docker_container: skip on incomplete data for diskstat and memory | ||||||
Datum | 16.04.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
During the data parsing of a container, it is possible to encounter incomplete metric sets, which previously caused a crash. Since the data in these instances is simply unavailable, we now skip the discovery or check cycle for such cases. This adjustment is applied to docker container disktat and memory check plugins.