From 34ec13c11ac6ab2ccbe3ac9c8dc9e06fde265c81 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Wed, 11 Apr 2018 18:39:48 +0200 Subject: [PATCH] MON-168 fix delay variables for php-fpm --- middleware/php-fpm/monitors-fpm.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/middleware/php-fpm/monitors-fpm.tf b/middleware/php-fpm/monitors-fpm.tf index efed182..ef44e3b 100644 --- a/middleware/php-fpm/monitors-fpm.tf +++ b/middleware/php-fpm/monitors-fpm.tf @@ -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