From b0fbe7dd32fe3e824c967dc2bf925fca3628cd4b Mon Sep 17 00:00:00 2001 From: jean-maxime Date: Tue, 3 Apr 2018 15:09:30 +0200 Subject: [PATCH] MON-166 Fix API Gateway Notification on no data --- cloud/aws/apigateway/monitors-api.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/apigateway/monitors-api.tf b/cloud/aws/apigateway/monitors-api.tf index c6d5ca2..22e49f4 100644 --- a/cloud/aws/apigateway/monitors-api.tf +++ b/cloud/aws/apigateway/monitors-api.tf @@ -18,7 +18,7 @@ resource "datadog_monitor" "API_Gateway_latency" { critical = "${var.latency_threshold_critical}" } - notify_no_data = true # Will notify when no data is received + notify_no_data = false # Will NOT notify when no data is received renotify_interval = 0 require_full_window = false timeout_h = 0