Module: check_mk
Branch: master
Commit: b4ac9a40419715ad5c6e05f165185ea99b268ee8
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b4ac9a40419715…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Sep 7 08:47:16 2016 +0200
Added todo note
---
doc/treasures/active_checks/check_cpu_peaks | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/treasures/active_checks/check_cpu_peaks b/doc/treasures/active_checks/check_cpu_peaks
index a757699..a359be3 100755
--- a/doc/treasures/active_checks/check_cpu_peaks
+++ b/doc/treasures/active_checks/check_cpu_peaks
@@ -34,6 +34,7 @@ class MKGeneralException(Exception):
# Note: This check only works in an OMD environment!
+# TODO: Clean this mess up! Define and use an official API to predictive monitoring.
sys.path.append(os.path.expanduser("~/share/check_mk/modules"))
execfile(os.path.expanduser("~/etc/check_mk/defaults"))
execfile(os.path.expanduser("~/share/check_mk/modules/prediction.py"))