corrected cacheflashmemories agent

This commit is contained in:
George Pochiscan 2020-08-18 14:20:24 +03:00
parent 3a57076329
commit 4c617f4763
1 changed files with 1 additions and 1 deletions

View File

@ -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("<<<hitachi_storage_cache_flash_memories:sep(9)>>>")
output("location\tstatus\ttype")
for cacheFlashMemory in cacheFlashMemories: