Werk #15556: Jolokia JVM Memory Pools
Component | Checks & agents | ||||||||||
Title | Jolokia JVM Memory Pools | ||||||||||
Date | Mar 22, 2023 | ||||||||||
Level | Trivial Change | ||||||||||
Class | Bug Fix | ||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||
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.