From e1a05efae81d4eca4669e5bfedbe12b656e5d5fc Mon Sep 17 00:00:00 2001 From: Will Liu Date: Wed, 27 Mar 2024 12:30:03 -0400 Subject: [PATCH] fix --- modules/indexer_monitors/monitors.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/indexer_monitors/monitors.tf b/modules/indexer_monitors/monitors.tf index ce0839eb..f5e0b35e 100644 --- a/modules/indexer_monitors/monitors.tf +++ b/modules/indexer_monitors/monitors.tf @@ -137,7 +137,7 @@ resource "datadog_monitor_json" "indexer_backup_full_node_down" { "id": 142147978, "name": "[mainnet] Indexer backup full node validator cluster has less than 1 task in past 5 minutes", "type": "query alert", - "query": "avg(last_5m):avg:aws.ecs.service.running{cluster:mainnet-indexer-full-node-cluster} < 1", + "query": "avg(last_5m):avg:aws.ecs.service.running{cluster:mainnet-indexer-full-node-backup-cluster} < 1", "message": "Indexer backup full node validator cluster has less than 1 task in past 5 minutes\n\n{{#is_alert}}\n\n{{/is_alert}}\n\n{{#is_recovery}}\n\n{{/is_recovery}}\n\n@slack-alerts-indexer-mainnet", "tags": [ "team:${var.team}",