Merge branch 'MON-442_not_notify_no_data_for_unscheduled_node_kubernetes' into 'master'

MON-442 do not notify on nodata

Closes MON-442

See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!53
This commit is contained in:
Quentin Manfroi 2019-04-26 12:12:31 +02:00
commit 5356e62ed2

View File

@ -220,7 +220,7 @@ resource "datadog_monitor" "node_unschedulable" {
evaluation_delay = "${var.evaluation_delay}" evaluation_delay = "${var.evaluation_delay}"
new_host_delay = "${var.new_host_delay}" new_host_delay = "${var.new_host_delay}"
notify_no_data = true notify_no_data = false
renotify_interval = 0 renotify_interval = 0
notify_audit = false notify_audit = false
timeout_h = 0 timeout_h = 0