mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
93f9daecee
commit
8b730ef059
1 changed files with 2 additions and 2 deletions
|
|
@ -747,8 +747,8 @@ groups:
|
|||
for: 6h
|
||||
comments: |
|
||||
See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737
|
||||
- name: Postgresql replication lag high
|
||||
description: The PostgreSQL replication lag is high (> 60s)
|
||||
- name: Postgresql replication lag
|
||||
description: The PostgreSQL replication lag is high (> 5s)
|
||||
query: "pg_replication_lag_seconds > 5"
|
||||
severity: warning
|
||||
for: 30s
|
||||
|
|
|
|||
Loading…
Reference in a new issue