MON-484 Fix value threshold

This commit is contained in:
gauthier.ampe@fr.clara.net 2019-07-31 09:40:56 +02:00 committed by Quentin Manfroi
parent a9026cb29b
commit 34a189888f

View File

@ -567,10 +567,10 @@ variable "invalid_d2c_telemetry_egress_rate_threshold_critical" {
variable "too_many_d2c_telemetry_ingress_nosent_rate_threshold_critical" {
description = "D2C Telemetry ingress not sent limit (critical threshold)"
default = 10
default = 20
}
variable "too_many_d2c_telemetry_ingress_nosent_rate_threshold_warning" {
description = "D2C Telemetry ingress not sent limit (warning threshold)"
default = 20
default = 10
}