MON-476 keep one no notify no data for elasticsearch

This commit is contained in:
Quentin Manfroi 2019-06-14 17:44:31 +02:00
parent da324c10b3
commit a2aecaf3f2

View File

@ -22,7 +22,7 @@ resource "datadog_monitor" "es_cluster_status" {
critical = 2 critical = 2
} }
notify_no_data = false notify_no_data = true
evaluation_delay = "${var.evaluation_delay}" evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0 renotify_interval = 0
notify_audit = false notify_audit = false