feat: add test alert group with low thresholds for notification testing
All checks were successful
terraform-dev / validate (push) Successful in 6s
terraform-dev / plan (push) Successful in 12s
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-04-03 11:45:40 +03:00
parent 1fa74832a0
commit e95827b11f
4 changed files with 70 additions and 0 deletions

View File

@ -109,6 +109,15 @@ groups = [
keep_manual_changes = false
prevent_destroy_on_recreate = false
alerts_on_datasources_uid = ["prometheus"]
},
{
dashboard_alert_group_name = "Test Alerts"
folder_uid = "test-alerts"
alert_definitions_path = "alerts/test"
dashboard_path_if_exist = null
keep_manual_changes = false
prevent_destroy_on_recreate = false
alerts_on_datasources_uid = ["prometheus"]
}
]
# Data sources configuration