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 e1a05ef commit 302aabb
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 @@ -138,7 +138,7 @@ resource "datadog_monitor_json" "indexer_backup_full_node_down" {
"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-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",
"message": "Indexer backup full node validator cluster has less than 1 task in past 5 minutes\n\n${local.monitor_suffix_literal}",
"tags": [
"team:${var.team}",
"env:${var.env_tag}"
Expand Down

0 comments on commit 302aabb

Please sign in to comment.