fix typo: postgresql replication lag

This commit is contained in:
Samuel Berthe 2020-05-03 23:23:21 +02:00
parent 773b3456d2
commit 790139211e
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -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