MON-239 fix alb healthy thresholds

This commit is contained in:
Quentin Manfroi 2018-07-10 13:38:41 +02:00
parent 7a9c97be81
commit c9ea14ce55

View File

@ -23,7 +23,7 @@ resource "datadog_monitor" "ALB_no_healthy_instances" {
new_host_delay = "${var.delay}" new_host_delay = "${var.delay}"
thresholds { thresholds {
critical = 0 critical = 1
} }
notify_no_data = true notify_no_data = true