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