Module: check_mk
Branch: master
Commit: 153389478a964c21089a2839b3880b0740121912
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=153389478a964c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Oct 26 13:58:57 2016 +0200
Introduced new variable mkeventd_enabled in cmk config for cmc
---
modules/config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/config.py b/modules/config.py
index 11c9f3f..3228db4 100644
--- a/modules/config.py
+++ b/modules/config.py
@@ -29,6 +29,7 @@
# variables are preset in checks/* as well.
monitoring_core = "nagios" # other option: "cmc"
+mkeventd_enabled = False # Set by OMD hook
agent_port = 6556
agent_ports = []
agent_encryption = []