MON-168 fix delay variables for php-fpm
This commit is contained in:
parent
ff67290d15
commit
34ec13c11a
@ -26,8 +26,8 @@ resource "datadog_monitor" "datadog_php_fpm_connect_idle" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
notify_no_data = true
|
notify_no_data = true
|
||||||
evaluation_delay = "${var.delay_metric}"
|
evaluation_delay = "${var.delay}"
|
||||||
new_host_delay = "${var.delay_metric}"
|
new_host_delay = "${var.delay}"
|
||||||
notify_audit = false
|
notify_audit = false
|
||||||
timeout_h = 0
|
timeout_h = 0
|
||||||
include_tags = true
|
include_tags = true
|
||||||
@ -57,8 +57,8 @@ resource "datadog_monitor" "datadog_fpm_process" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
notify_no_data = true
|
notify_no_data = true
|
||||||
evaluation_delay = "${var.delay_service}"
|
evaluation_delay = "${var.delay}"
|
||||||
new_host_delay = "${var.delay_service}"
|
new_host_delay = "${var.delay}"
|
||||||
renotify_interval = 0
|
renotify_interval = 0
|
||||||
notify_audit = false
|
notify_audit = false
|
||||||
timeout_h = 0
|
timeout_h = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user