MON-168 fix delay variables for php-fpm

This commit is contained in:
Quentin Manfroi 2018-04-11 18:39:48 +02:00
parent ff67290d15
commit 34ec13c11a

View File

@ -26,8 +26,8 @@ resource "datadog_monitor" "datadog_php_fpm_connect_idle" {
}
notify_no_data = true
evaluation_delay = "${var.delay_metric}"
new_host_delay = "${var.delay_metric}"
evaluation_delay = "${var.delay}"
new_host_delay = "${var.delay}"
notify_audit = false
timeout_h = 0
include_tags = true
@ -57,8 +57,8 @@ resource "datadog_monitor" "datadog_fpm_process" {
}
notify_no_data = true
evaluation_delay = "${var.delay_service}"
new_host_delay = "${var.delay_service}"
evaluation_delay = "${var.delay}"
new_host_delay = "${var.delay}"
renotify_interval = 0
notify_audit = false
timeout_h = 0