MON-228 fix new host delay description

This commit is contained in:
Quentin Manfroi 2018-08-30 14:37:05 +02:00
parent dc969f9649
commit af4febc296

View File

@ -22,11 +22,11 @@ variable "message" {
variable "evaluation_delay" {
description = "Delay in seconds for the metric evaluation"
default = 0
default = 15
}
variable "new_host_delay" {
description = "Delay in seconds for the metric evaluation"
description = "Delay in seconds before begin to monitor new host"
default = 300
}