File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const testAlertRule_basic = testAlertRuleVar + `
128128resource "tencentcloud_monitor_tmp_alert_rule" "basic" {
129129 instance_id = var.prometheus_id
130130 rule_name = "test-rule_name"
131- receivers = ["Consumer-6vkna7pevq "]
131+ receivers = ["notice-tj75hgqj "]
132132 expr = "increase(mysql_global_status_slow_queries[1m]) > 0"
133133 duration = "4m"
134134 rule_state = 2
@@ -146,7 +146,7 @@ const testAlertRule_update = testAlertRuleVar + `
146146resource "tencentcloud_monitor_tmp_alert_rule" "basic" {
147147 instance_id = var.prometheus_id
148148 rule_name = "test-rule_name_update"
149- receivers = ["Consumer-6vkna7pevq "]
149+ receivers = ["notice-tj75hgqj "]
150150 expr = "increase(mysql_global_status_slow_queries[1m]) > 1"
151151 duration = "2m"
152152 rule_state = 2
You can’t perform that action at this time.
0 commit comments