Module: check_mk
Branch: master
Commit: 0e415bbdfd0980cb5058092ead2073f2ba738d42
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0e415bbdfd0980…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Mar 1 19:10:21 2018 +0100
add todo
Change-Id: Ibbbbc7fea89a13e8d00360487049ca21f470912a
---
cmk_base/modes/check_mk.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cmk_base/modes/check_mk.py b/cmk_base/modes/check_mk.py
index 3f61657..6a6110b 100644
--- a/cmk_base/modes/check_mk.py
+++ b/cmk_base/modes/check_mk.py
@@ -40,6 +40,10 @@ from cmk_base.exceptions import MKAgentError
from cmk_base.modes import modes, Mode, Option, keepalive_option
+# TODO: Investigate all modes and try to find out whether or not we can
+# set needs_checks=False for them. This would save a lot of IO/time for
+# these modes.
+
#.
# .--General options-----------------------------------------------------.
# | ____ _ _ |