Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21199

HPE MSA2040 template disk used space utilisation typo

XMLWordPrintable

    • Sprint 90 (Jul 2022)
    • 0.125

      Steps to reproduce:
      Here is line https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/san/hpe_msa2040_http/template_san_hpe_msa2040_http.yaml#2073

      Where according the trigger

      expression: 'min(/HPE MSA 2040 Storage by HTTP/hpe.msa.disks.groups.space["{#NAME}",util],5m)>{$HPE.MSA.DISKS.GROUP.PUSED.MAX.CRIT:"{#NAME}"}'
      

      there should be PUSED but item has PFREE

      params: 'last(//hpe.msa.disks.groups.space["{#NAME}",free])/last(//hpe.msa.disks.groups.space["{#NAME}",total])*100'
      

      should be

      params: 'last(//hpe.msa.disks.groups.space["{#NAME}",used])/last(//hpe.msa.disks.groups.space["{#NAME}",total])*100'
      

      But I didn't find any related item there now.

            drasikhov Denis Rasikhov
            neogan Andrei Gushchin (Inactive)
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: