From 6b9c03947ad23b7e991c8b453582f56e93304db9 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Sun, 26 Nov 2017 20:37:22 +0100 Subject: [PATCH] MON-90 change no data to false because division --- cloud/azure/apimanagement/monitors-azure-apimanagement.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/azure/apimanagement/monitors-azure-apimanagement.tf b/cloud/azure/apimanagement/monitors-azure-apimanagement.tf index f7a55b1..82c3df7 100644 --- a/cloud/azure/apimanagement/monitors-azure-apimanagement.tf +++ b/cloud/azure/apimanagement/monitors-azure-apimanagement.tf @@ -145,7 +145,7 @@ resource "datadog_monitor" "apimgt_successful_requests" { } type = "metric alert" - notify_no_data = true + notify_no_data = false notify_audit = false timeout_h = 0 include_tags = true