Update rules.yml

This commit is contained in:
Samuel Berthe 2020-10-11 17:35:46 +02:00 committed by GitHub
parent 88e812c78e
commit bafcd1e922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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