MON-228 fix new host delay description
This commit is contained in:
parent
dc969f9649
commit
af4febc296
@ -22,11 +22,11 @@ variable "message" {
|
|||||||
|
|
||||||
variable "evaluation_delay" {
|
variable "evaluation_delay" {
|
||||||
description = "Delay in seconds for the metric evaluation"
|
description = "Delay in seconds for the metric evaluation"
|
||||||
default = 0
|
default = 15
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "new_host_delay" {
|
variable "new_host_delay" {
|
||||||
description = "Delay in seconds for the metric evaluation"
|
description = "Delay in seconds before begin to monitor new host"
|
||||||
default = 300
|
default = 300
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user