From c085466f30cf81dbc022eb0ec0d35537e2c1d5d9 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 27 Mar 2025 14:38:34 +0100 Subject: [PATCH] Update PostgreSQL replication lag alert settings --- _data/rules.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 50bc865..7e75921 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -747,11 +747,11 @@ groups: for: 6h comments: | See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737 - - name: Postgresql replication lag high (> 60s) - description: The PostgreSQL replication lag is high - query: "pg_replication_lag_seconds > 60" + - name: Postgresql replication lag high + description: The PostgreSQL replication lag is high (> 60s) + query: "pg_replication_lag_seconds > 5" severity: warning - for: 2m + for: 30s - name: SQL Server exporters: