Module: check_mk
Branch: master
Commit: c34b5e6d2ed7589422a5966cf2152d54f955b6a0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c34b5e6d2ed758…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Dec 2 11:00:16 2014 +0100
Ignore rushahead config for CMC on manual cmk -O/-R
---
modules/check_mk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 02679b1..507d572 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -4891,7 +4891,7 @@ def do_create_config():
sys.stdout.write("Generating configuration for core (type %s)..." %
monitoring_core)
sys.stdout.flush()
if monitoring_core == "cmc":
- do_create_cmc_config(opt_cmc_relfilename)
+ do_create_cmc_config(opt_cmc_relfilename, False) # do not use rushed ahead
config
else:
out = file(nagios_objects_file, "w")
create_nagios_config(out)