From 4c617f47636eafb0ee822487f5d583508629a850 Mon Sep 17 00:00:00 2001 From: George Pochiscan Date: Tue, 18 Aug 2020 14:20:24 +0300 Subject: [PATCH] corrected cacheflashmemories agent --- hitachi-vsp/agent_hitachivsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hitachi-vsp/agent_hitachivsp b/hitachi-vsp/agent_hitachivsp index d09b8ab..0ed8530 100755 --- a/hitachi-vsp/agent_hitachivsp +++ b/hitachi-vsp/agent_hitachivsp @@ -165,7 +165,7 @@ def process_storage_hardware_status(): for channelboard in channelsboards: output("%s\t%s\t%s" % (channelboard["location"], channelboard["status"], channelboard["type"])) - cacheFlashMemories=full_data["chbs"] + cacheFlashMemories=full_data["cacheFlashMemories"] output("<<>>") output("location\tstatus\ttype") for cacheFlashMemory in cacheFlashMemories: