mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Update PostgreSQL replication lag alert settings
This commit is contained in:
parent
4728dd2114
commit
c085466f30
1 changed files with 4 additions and 4 deletions
|
|
@ -747,11 +747,11 @@ 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 (> 60s)
|
- name: Postgresql replication lag high
|
||||||
description: The PostgreSQL replication lag is high
|
description: The PostgreSQL replication lag is high (> 60s)
|
||||||
query: "pg_replication_lag_seconds > 60"
|
query: "pg_replication_lag_seconds > 5"
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 30s
|
||||||
|
|
||||||
- name: SQL Server
|
- name: SQL Server
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue