[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: |
|
||||
Team: | |||||
Sprint: | Sprint 90 (Jul 2022) | ||||
Story Points: | 0.125 |
Description |
Steps to reproduce: 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:
|