MON-307 increase default timeframe for failover monitor
This commit is contained in:
parent
bbc695e491
commit
e9cf4b0edc
@ -366,7 +366,7 @@ variable "failover_unavailable_time_aggregator" {
|
|||||||
variable "failover_unavailable_timeframe" {
|
variable "failover_unavailable_timeframe" {
|
||||||
description = "Timeframe for the Failover Unavailable monitor"
|
description = "Timeframe for the Failover Unavailable monitor"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "last_5m"
|
default = "last_10m"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "failover_unavailable_threshold_critical" {
|
variable "failover_unavailable_threshold_critical" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user