Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Mar 27, 2024
1 parent 2d91e89 commit e1a05ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/indexer_monitors/monitors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit e1a05ef

Please sign in to comment.