[checkmk-commits] Check_MK Git: check_mk: Removed bogus print command
Mathias Kettner
mk at mathias-kettner.de
Sun Feb 8 18:13:02 CET 2015
Module: check_mk
Branch: master
Commit: b51060623ad8d34fc92c1de0cdf13cf77fe89fef
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b51060623ad8d34fc92c1de0cdf13cf77fe89fef
Author: Mathias Kettner <mk at mathias-kettner.de>
Date: Sun Feb 8 18:12:58 2015 +0100
Removed bogus print command
---
checks/apc_ats_output | 1 -
1 file changed, 1 deletion(-)
diff --git a/checks/apc_ats_output b/checks/apc_ats_output
index d55e5cd..066beda 100644
--- a/checks/apc_ats_output
+++ b/checks/apc_ats_output
@@ -35,7 +35,6 @@ def inventory_apc_ats_output(info):
def check_apc_ats_output(item, params, info):
for line in info:
if line[0] == item:
- print line
vac, watt, ampere, load_perc = map(int, line[1:])
ampere = ampere/10
state = 0
More information about the checkmk-commits
mailing list