Skip to content

Commit

Permalink
1. Doesn't matter comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
asand3r committed Jun 11, 2020
1 parent f0a203d commit db5311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbx-hpmsa.py
Expand Up @@ -461,7 +461,7 @@ def get_full_json(msa, component, sessionkey, pretty=False, human=False):
if stats_ret_code != '0':
raise SystemExit('ERROR: {} : {}'.format(stats_ret_code, stats_descr))

# THINK: I don't know, is it good solution, but it's one more query to XML API
# TODO: I don't know, is it good solution, but it's one more query to XML API
ctrl_cpu_load = stats_xml.find("./OBJECT[@name='controller-statistics']/PROPERTY[@name='cpu-load']").text
ctrl_iops = stats_xml.find("./OBJECT[@name='controller-statistics']/PROPERTY[@name='iops']").text

Expand Down

0 comments on commit db5311d

Please sign in to comment.