mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
fix typo: postgresql replication lag
This commit is contained in:
parent
773b3456d2
commit
790139211e
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Postgresql replication lag
|
- name: Postgresql replication lag
|
||||||
description: PostgreSQL replication lag is going up (> 10s)
|
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
|
severity: warning
|
||||||
- name: Postgresql table not vaccumed
|
- name: Postgresql table not vaccumed
|
||||||
description: Table has not been vaccum for 24 hours
|
description: Table has not been vaccum for 24 hours
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue