iits-consulting / terraform-opentelekomcloud-project-factory

This repository helps to create an OTC-based cloud-native infrastructure landscape with Kubernetes, load balancers, VPCs, etc. With these modules, we provide you a rocket start while you can still deep-dive into detailed configuration later.
GNU General Public License v3.0
83 stars 20 forks source link

RDS: CES alarm rule for PostgreSQL and SQL Server does not work #95

Closed barbara-verso closed 9 months ago

barbara-verso commented 9 months ago

The Cloud Eye alarm rule (db_storage_alarm_threshold) does not work for other databases than MySQL.

In modules/rds/database.tf the name in dimensions for "db_storage_alarm" must be:

victorgetz commented 9 months ago

Thank you for your report we will take a look at that

canaykin commented 9 months ago

Hi @barbara-verso,

Thank you for reporting this issue.

I have added the necessary changes and created a pull request. As soon as a second person can approve the changes, they will be merged and included in the next release.

Best, Can.