Module: check_mk
Branch: master
Commit: e6594dcae5c63d0159385f8f4282511e9d745dc8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e6594dcae5c63d…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Wed Nov 5 11:53:31 2014 +0100
removed print statement
---
checks/cisco_cpu | 1 -
1 file changed, 1 deletion(-)
diff --git a/checks/cisco_cpu b/checks/cisco_cpu
index ac79034..03e41d5 100644
--- a/checks/cisco_cpu
+++ b/checks/cisco_cpu
@@ -30,7 +30,6 @@
cisco_cpu_default_levels = (80.0, 90.0)
def inventory_cisco_cpu(info):
- print info
if info:
return [( None, 'cisco_cpu_default_levels') ]