MON-307 increase default timeframe for failover monitor

This commit is contained in:
Quentin Manfroi 2018-09-26 11:54:54 +02:00
parent bbc695e491
commit e9cf4b0edc

View File

@ -366,7 +366,7 @@ variable "failover_unavailable_time_aggregator" {
variable "failover_unavailable_timeframe" {
description = "Timeframe for the Failover Unavailable monitor"
type = "string"
default = "last_5m"
default = "last_10m"
}
variable "failover_unavailable_threshold_critical" {