Module: check_mk
Branch: master
Commit: 058a203d9ad4b49ce8764699a43f0a2662aca7be
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=058a203d9ad4b4…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Wed Nov 5 16:52:14 2014 +0100
cisco_temp_perf: Minor code cleanup
---
checks/cisco_temp_perf | 1 -
1 file changed, 1 deletion(-)
diff --git a/checks/cisco_temp_perf b/checks/cisco_temp_perf
index de9cff2..4aadd5d 100644
--- a/checks/cisco_temp_perf
+++ b/checks/cisco_temp_perf
@@ -56,7 +56,6 @@ cisco_temp_perf_envmon_states = {
}
def inventory_cisco_temp_perf(info):
- inventory = []
for line in info:
yield cisco_sensor_item(line[0], line[4]), None