Skip to content

Commit

Permalink
update filter used by host unreachable monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lalo-galvan authored Jul 15, 2024
1 parent 3dd5eb6 commit 9bf5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "datadog_monitor" "host_unreachable" {
timeout_h = var.timeout_h

query = <<EOQ
"datadog.agent.up"${local.query_filter}.by("host").last(6).count_by_status()
"datadog.agent.up"${local.service_filter}.by("host").last(6).count_by_status()
EOQ

monitor_thresholds {
Expand Down

0 comments on commit 9bf5f2a

Please sign in to comment.