Werk #16891: check_ewon: TypeError ('NoneType' object is not subscriptable) raised if values for levels are missing
Komponente | Checks & agents | ||||||
Titel | check_ewon: TypeError ('NoneType' object is not subscriptable) raised if values for levels are missing | ||||||
Datum | 19.08.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
In case values for levels
are missing and None
taken instead, running the check function would
crash with TypeError ('NoneType' object is not subscriptable)
.
This change hard codes some default values in case no values could be extracted.