MON-77 Change monitor type to to fix it

This commit is contained in:
Laurent Piroelle 2017-10-30 19:05:40 +01:00
parent 3330aeb9dc
commit 1768c1621f

View File

@ -14,7 +14,7 @@ resource "datadog_monitor" "eventhub_status" {
query = <<EOF
avg(last_5m): avg:azure.eventhub_namespaces.status{${data.template_file.filter.rendered}} by {name,resource_group,region} != 1
EOF
type = "query alert"
type = "metric alert"
notify_no_data = true
evaluation_delay = "${var.delay}"