Skip to content

Commit

Permalink
Merge pull request #14 from claranet/SOXINT-7023_unreach
Browse files Browse the repository at this point in the history
MSEB-3264: Fix query grouping - system/unreachable module
  • Loading branch information
Shr3ps authored Feb 18, 2022
2 parents 4635f04 + 199cb0b commit d3cb4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/unreachable/monitors-unreachable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "datadog_monitor" "host_unreachable" {
type = "service check"

query = <<EOQ
"datadog.agent.up"${module.filter-tags.service_check}.last(6).count_by_status()
"datadog.agent.up"${module.filter-tags.service_check}.by("host").last(6).count_by_status()
EOQ

monitor_thresholds {
Expand Down

0 comments on commit d3cb4c4

Please sign in to comment.