Module: check_mk
Branch: master
Commit: 54829866caca24fb90390c284d1a236362303a19
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=54829866caca24…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jul 16 10:17:45 2015 +0200
#2465 FIX Fixed broken Check_MK Discovery checks (check reports "(null)")
---
.werks/2465 | 10 ++++++++++
ChangeLog | 3 +++
modules/check_mk.py | 2 +-
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/.werks/2465 b/.werks/2465
new file mode 100644
index 0000000..915bae0
--- /dev/null
+++ b/.werks/2465
@@ -0,0 +1,10 @@
+Title: Fixed broken Check_MK Discovery checks (check reports "(null)")
+Level: 1
+Component: core
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i3
+Date: 1437034611
+
+
diff --git a/ChangeLog b/ChangeLog
index 13dc5b6..4fe1ad6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
1.2.7i3:
+ Core & Setup:
+ * 2465 FIX: Fixed broken Check_MK Discovery checks (check reports
"(null)")
+
Checks & Agents:
* 2312 New checks for EMC VPLEX: emc_vplex_cpu, emc_vplex_director_stats,
emc_vplex_if, emc_vplex_volumes...
* 1260 jolokia_metrics.perm_gen: New Check to monitor used Perm Space on a JVM
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 4d23e3c..86ce3c3 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -5808,7 +5808,7 @@ for o,a in opts:
sys.exit(1)
elif o == '--cache':
opt_use_cachefile = True
- enforce_agent_caching()
+ enforce_using_agent_cache()
elif o == '--no-tcp':
opt_no_tcp = True
elif o == '--no-cache':