From 790139211ea3b1d9aeba54a3ab3fe3097ef04077 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 3 May 2020 23:23:21 +0200 Subject: [PATCH] fix typo: postgresql replication lag --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index d491c7f..c500425 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -362,7 +362,7 @@ groups: severity: warning - name: Postgresql replication lag description: PostgreSQL replication lag is going up (> 10s) - query: '(pg_replication_lag > 10 and ON(instance) (pg_replication_is_replica == 1)' + query: '(pg_replication_lag) > 10 and ON(instance) (pg_replication_is_replica == 1)' severity: warning - name: Postgresql table not vaccumed description: Table has not been vaccum for 24 hours