mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Update rules.yml
This commit is contained in:
parent
88e812c78e
commit
bafcd1e922
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ groups:
|
|||
severity: critical
|
||||
- name: SQL Server deadlock
|
||||
description: SQL Server is having some deadlock.
|
||||
query: irate(mssql_deadlocks[2m]) > 0
|
||||
query: rate(mssql_deadlocks[1m]) > 0
|
||||
severity: warning
|
||||
|
||||
- name: PGBouncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue