MON-90 change no data to false because division

This commit is contained in:
Quentin Manfroi 2017-11-26 20:37:22 +01:00
parent 25c07babea
commit 6b9c03947a

View File

@ -145,7 +145,7 @@ resource "datadog_monitor" "apimgt_successful_requests" {
} }
type = "metric alert" type = "metric alert"
notify_no_data = true notify_no_data = false
notify_audit = false notify_audit = false
timeout_h = 0 timeout_h = 0
include_tags = true include_tags = true