Merged in MON-88-treshold-too-high-on-aws_elb_late (pull request #18)

MON-88 Fix ELB Latency Tresholds

Approved-by: Jérôme Respaut <shr3ps@gmail.com>
Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr>
Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net>
Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net>
Approved-by: Ahmed Fourti <ahmed.fourti@fr.clara.net>
This commit is contained in:
Ahmed Fourti 2017-11-24 09:46:36 +00:00 committed by Quentin Manfroi
commit 8a2679e08a

View File

@ -95,9 +95,10 @@ variable "elb_4xx_threshold" {
}
variable "elb_backend_latency" {
description = "Average time elapsed after the request leaves the load balancer until a response is received. In seconds"
default = {
warning = 1000
critical = 5000
warning = 1
critical = 5
}
}