Skip to content

Commit f0327f0

Browse files
committed
adding connections monitoring
1 parent 964974e commit f0327f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connections.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
module "connections" {
99
source = "[email protected]:kabisa/terraform-datadog-generic-monitor.git?ref=0.6.2"
1010

11-
name = "SQL Server - Blocked processes"
11+
name = "SQL Server - Connections"
1212
query = "avg(${var.connections_evaluation_period}):max:sqlserver.stats.connections{${local.connections_filter}} by {host} >= ${var.connections_critical}"
1313

1414
alert_message = "Unusual high number of SQL Server connections on {{host.name}} has increased above {{threshold}} current connection count: ({{value}}"

0 commit comments

Comments
 (0)