Module: check_mk
Branch: master
Commit: 453fa653930d512265acddebbf42628624e2bd13
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=453fa653930d51…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Jun 5 17:18:13 2013 +0200
CMC: fix problem with broken_agent_hosts
---
modules/check_mk_base.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/check_mk_base.py b/modules/check_mk_base.py
index 7702bc0..ff694f6 100755
--- a/modules/check_mk_base.py
+++ b/modules/check_mk_base.py
@@ -956,6 +956,11 @@ def cleanup_globals():
g_counters = {}
global g_infocache
g_infocache = {}
+ global g_broken_agent_hosts
+ g_broken_agent_hosts = set([])
+ global g_broken_snmp_hosts
+ g_broken_snmp_hosts = set([])
+
# Diagnostic function for detecting global variables that have