You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query="avg(${var.connections_evaluation_period}):max:sqlserver.stats.connections{${local.connections_filter}} by {host} >= ${var.connections_critical}"
13
+
14
+
alert_message="Unusual high number of SQL Server connections on {{host.name}} has increased above {{threshold}} current connection count: ({{value}}"
15
+
recovery_message="Number of SQL Server connections of {{host.name}} has recovered ({{value}}"
query="avg(${var.procs_blocked_evaluation_period}):max:sqlserver.stats.procs_blocked{${local.procs_blocked_filter}} by {host} >= ${var.procs_blocked_critical}"
13
13
14
14
alert_message="Procs blocked on {{host.name}} has increased above {{threshold}} per second ({{value}} per second)"
0 commit comments