Skip to content

Commit aca1474

Browse files
committed
Essentially turn off alerting
1 parent 5db2131 commit aca1474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/cloudwatch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ resource "aws_cloudwatch_metric_alarm" "unhealthy_prod_nodes" {
224224
TargetGroup = aws_alb_target_group.ce["prod"].arn_suffix
225225
}
226226

227-
threshold = 1
227+
threshold = 2 # effectively disabled
228228
comparison_operator = "GreaterThanOrEqualToThreshold"
229229
alarm_actions = [data.aws_sns_topic.alert.arn]
230230
}

0 commit comments

Comments
 (0)