From c9ea14ce55891a71da100fe449068ca6b58c5abf Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 10 Jul 2018 13:38:41 +0200 Subject: [PATCH] MON-239 fix alb healthy thresholds --- cloud/aws/alb/monitors-alb.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/alb/monitors-alb.tf b/cloud/aws/alb/monitors-alb.tf index 96e122d..d74ff4e 100644 --- a/cloud/aws/alb/monitors-alb.tf +++ b/cloud/aws/alb/monitors-alb.tf @@ -23,7 +23,7 @@ resource "datadog_monitor" "ALB_no_healthy_instances" { new_host_delay = "${var.delay}" thresholds { - critical = 0 + critical = 1 } notify_no_data = true