mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +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
|
for: 6h
|
||||||
comments: |
|
comments: |
|
||||||
See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737
|
See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737
|
||||||
- name: Postgresql replication lag high
|
- name: Postgresql replication lag
|
||||||
description: The PostgreSQL replication lag is high (> 60s)
|
description: The PostgreSQL replication lag is high (> 5s)
|
||||||
query: "pg_replication_lag_seconds > 5"
|
query: "pg_replication_lag_seconds > 5"
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 30s
|
for: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue