Werk #15556: Jolokia JVM Memory Pools
Komponente | Checks & agents | ||||||||
Titel | Jolokia JVM Memory Pools | ||||||||
Datum | 22.03.2023 | ||||||||
Level | Kleine Änderung | ||||||||
Klasse | Bugfix | ||||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||||
Checkmk versions & editions |
|
Jolokia JVM Memory Pools may crash with the following traceback:
File "/omd/sites/site_name/share/check_mk/checks/jolokia_jvm_memory", line 145, in check_jolokia_jvm_memory_pools
value_max = usage.get("max", -1)
AttributeError: 'str' object has no attribute 'get'
This can be caused by an issue in the jolokia API and will result now in an UNKNOWN state.