feat: add test alert group with low thresholds for notification testing
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user