-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.21, 6.4.6, 7.0.0alpha4
-
Sprint 106 (Nov 2023)
-
0.125
Steps to reproduce:
- Configure RDS integration
- Try to see any value for aws.rds.free_storage_space being inserted in Zabbix
Result:
No values found
Expected:
aws.rds.free_storage_space values present
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',