MON-316 Change notify_no_data to false on cpu an memory

This commit is contained in:
jnancel 2018-09-28 11:43:55 +02:00 committed by Quentin Manfroi
parent 0b3298e487
commit 2dcada38a7

View File

@ -46,7 +46,7 @@ resource "datadog_monitor" "cpu_percentage" {
silenced = "${var.cpu_percentage_silenced}"
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false
@ -79,7 +79,7 @@ resource "datadog_monitor" "memory_percentage" {
silenced = "${var.memory_percentage_silenced}"
notify_no_data = true
notify_no_data = false
evaluation_delay = "${var.evaluation_delay}"
renotify_interval = 0
notify_audit = false