Module: check_mk
Branch: master
Commit: a44312173f15c7ca50078c382ff98cd442f23f3b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a44312173f15c7…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Sep 3 10:08:28 2015 +0200
Removed obsolete variable from previous commit
---
checks/cpu | 1 -
1 file changed, 1 deletion(-)
diff --git a/checks/cpu b/checks/cpu
index d276ba0..8a822d4 100644
--- a/checks/cpu
+++ b/checks/cpu
@@ -39,7 +39,6 @@
cpuload_default_levels = (5.0, 10.0)
-threads_default_levels = (2000, 4000)
def inventory_cpu_load(info):
if len(info) == 1 and len(info[0]) >= 5: