From 8b730ef0590cdd227f891c67947ec18c0e51d9b3 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 27 Mar 2025 17:23:19 +0100 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 7e75921..bed71b8 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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