From 8bb14e6792b3d963a3382114e9d65a2476ff301e Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 18 Sep 2018 14:56:13 +0200 Subject: [PATCH] MON-105 change notify no data to false --- database/postgresql/monitors-postgresql.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/postgresql/monitors-postgresql.tf b/database/postgresql/monitors-postgresql.tf index ca54b47..e5bf424 100644 --- a/database/postgresql/monitors-postgresql.tf +++ b/database/postgresql/monitors-postgresql.tf @@ -18,7 +18,7 @@ resource "datadog_monitor" "postgresql_connection_too_high" { critical = "${var.postgresql_connection_threshold_critical}" } - notify_no_data = true + notify_no_data = false renotify_interval = 0 require_full_window = true timeout_h = 0 @@ -49,7 +49,7 @@ resource "datadog_monitor" "postgresql_too_many_locks" { critical = "${var.postgresql_lock_threshold_critical}" } - notify_no_data = true + notify_no_data = false renotify_interval = 0 require_full_window = true timeout_h = 0