Module: check_mk
Branch: master
Commit: 71eef17cb75401155ca34f125775f5b18f450f1c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=71eef17cb75401…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 25 11:24:13 2013 +0100
Updated bug entries #0889
---
.bugs/889 | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.bugs/889 b/.bugs/889
new file mode 100644
index 0000000..575990b
--- /dev/null
+++ b/.bugs/889
@@ -0,0 +1,10 @@
+Title: unify CPU load checks, avoid incompatible check parameters
+Component: checks
+State: open
+Date: 2013-03-25 11:23:06
+Targetversion: 1.2.3
+Class: bug
+
+Several checks are in the group "cpu_load". All these checks need to
+support predecitve levels by using get_levels(). Resolution: work with
+an include file that does the actual checking.