Merged in MON-239-fix-alb-no-healthy-instances-thr (pull request #103)
MON-239 fix alb healthy thresholds Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr> Approved-by: Kiruban PREMKUMAR <kpremkumar@morea.fr> Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net> Approved-by: gauthierampe <gauthier.ampe@fr.clara.net>
This commit is contained in:
commit
02c54a223a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user