Difference between revisions of "Terraform resource: datadog monitor"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | * https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/monitor | |
resource "datadog_monitor" "foo" { | resource "datadog_monitor" "foo" { |
Revision as of 11:38, 27 June 2024
resource "datadog_monitor" "foo" { name = "Name for monitor foo" type = "metric alert" message = "Monitor triggered. Notify: @hipchat-channel" escalation_message = "Escalation message @pagerduty"
query = "avg(last_1h):avg:aws.ec2.cpu{environment:foo,host:foo} by {host} > 4"
monitor_thresholds { warning = 2 critical = 4 }
include_tags = true
tags = ["foo:bar", "team:fooBar"] }
See also
Advertising: