[ZBX-23381] RDS integration does not get FreeStorageSpace metric data Created: 2023 Sep 08 Updated: 2024 Apr 10 Resolved: 2023 Nov 08 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Templates (T) |
Affects Version/s: | 6.0.21, 6.4.6, 7.0.0alpha4 |
Fix Version/s: | 6.0.24rc1, 6.4.9rc1, 7.0.0alpha8, 7.0 (plan) |
Type: | Problem report | Priority: | Major |
Reporter: | Aguinaldo | Assignee: | Evgenii Gordymov |
Resolution: | Fixed | Votes: | 0 |
Labels: | AWS, RDS | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | |
Sprint: | Sprint 106 (Nov 2023) |
Story Points: | 0.125 |
Description |
Steps to reproduce:
Result: Expected:
Reading the code of the integration on git and AWS RDS documentation for Cloudwatch metrics, I presume that this line:
'FreeStorageSpace:Percent',
should be rewritten as:
'FreeStorageSpace:Bytes',
|
Comments |
Comment by Evgenii Gordymov [ 2023 Nov 07 ] |
Fixed in:
|