[ZBX-21199] HPE MSA2040 template disk used space utilisation typo Created: 2022 Jun 14  Updated: 2024 Apr 10  Resolved: 2022 Jul 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Templates (T)
Affects Version/s: 5.0.25rc1, 6.2.0beta3
Fix Version/s: 6.0.6rc1, 6.2.1rc1, 6.4.0alpha1, 6.4 (plan)

Type: Problem report Priority: Trivial
Reporter: Andrei Gushchin (Inactive) Assignee: Denis Rasikhov (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
Team: Team INT
Sprint: Sprint 90 (Jul 2022)
Story Points: 0.125

 Description   

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.



 Comments   
Comment by Denis Rasikhov (Inactive) [ 2022 Jun 16 ]

Fixed in:

Generated at Fri Aug 29 23:08:50 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.