Module: check_mk
Branch: master
Commit: c472123a0c5ac84ef2921656a35879ae9fb5f9a7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c472123a0c5ac8…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Wed Jan 25 15:47:55 2017 +0100
4214 FIX jolokia_metrics.tp: Fix crash in case of partial thread information
Previously, the check would crash if either currentThreadCount or currentThreadsBusy
were missing in the agent output. Now, the check checks against what it can find.
Change-Id: If427051994dd43c0d3b31f624fa77c09b56f8d0a
---
.werks/4214 | 11 +++++++++++
ChangeLog | 1 +
2 files changed, 12 insertions(+)
diff --git a/.werks/4214 b/.werks/4214
new file mode 100644
index 0000000..beff4f2
--- /dev/null
+++ b/.werks/4214
@@ -0,0 +1,11 @@
+Title: jolokia_metrics.tp: Fix crash in case of partial thread information
+Level: 1
+Component: checks
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.4.0i4
+Date: 1485355590
+
+Previously, the check would crash if either currentThreadCount or currentThreadsBusy
+were missing in the agent output. Now, the check checks against what it can find.
diff --git a/ChangeLog b/ChangeLog
index 164d337..d4f8c43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,7 @@
* 4302 FIX: win_wmi_software: fixed invalid data handling
* 4213 FIX: fjdarye101_syscaps: Fix failing check when using Nagios core
* 4303 FIX: sap_state: fixed error handling
+ * 4214 FIX: jolokia_metrics.tp: Fix crash in case of partial thread information...
Multisite:
* 4169 View action: Default values of sticky, notification and persistent options can
now be configured via global settings....