MON-32 No hits monitor notify no data to false.

This commit is contained in:
Rafael Romero Carmona 2018-06-28 15:50:31 +02:00 committed by Quentin Manfroi
parent 7e39b28703
commit b395aff3aa

View File

@ -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