Branch: refs/heads/2.1.0
Home:
https://github.com/tribe29/checkmk
Commit: 355b18e6b75e542535f18aede17bd2dfb131f2f6
https://github.com/tribe29/checkmk/commit/355b18e6b75e542535f18aede17bd2dfb…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
A .werks/15556
M checks/jolokia_jvm_memory
Log Message:
-----------
15556 FIX Jolokia JVM Memory Pools
Jolokia JVM Memory Pools may crash with the following traceback:
C+:
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'
C-:
This can be caused by an issue in the jolokia API and will result now in an UNKNOWN
state.
SUP-13417
Change-Id: Ib6d41402b9c6c30b4db2adfb783627c4f5dc1a63