Module: check_mk
Branch: master
Commit: aecf15ae90069f6616f697e2d942324dec5c0cff
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=aecf15ae90069f…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Tue Sep 11 15:41:56 2018 +0200
alshdad
Change-Id: I5ea8205780df150c2d6523e06d48743673188965
---
checks/arbor_peakflow_tms | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checks/arbor_peakflow_tms b/checks/arbor_peakflow_tms
index f2a1192..7a799fe 100644
--- a/checks/arbor_peakflow_tms
+++ b/checks/arbor_peakflow_tms
@@ -103,7 +103,7 @@ check_info["arbor_peakflow_tms.host_fault"] = {
def inventory_peakflow_tms_updates(parsed):
- for name, _value in parsed['update'].iteritems():
+ for name in parsed['update']:
yield name, None