From b395aff3aa38528da5a7174b8bf3cf18c21af9d3 Mon Sep 17 00:00:00 2001 From: Rafael Romero Carmona Date: Thu, 28 Jun 2018 15:50:31 +0200 Subject: [PATCH] MON-32 No hits monitor notify no data to false. --- cloud/aws/elasticache/redis/monitors-redis.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/elasticache/redis/monitors-redis.tf b/cloud/aws/elasticache/redis/monitors-redis.tf index 16257a6..add9ec4 100644 --- a/cloud/aws/elasticache/redis/monitors-redis.tf +++ b/cloud/aws/elasticache/redis/monitors-redis.tf @@ -70,7 +70,7 @@ resource "datadog_monitor" "redis_cache_hits" { critical = "${var.cache_hits_threshold_critical}" } - notify_no_data = true + notify_no_data = false evaluation_delay = "${var.delay}" renotify_interval = 0 notify_audit = false