We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef5979 commit 5d66ea2Copy full SHA for 5d66ea2
1 file changed
src/prometheus_alert_rules/postgresql_rules.yaml
@@ -9,7 +9,7 @@ groups:
9
# 2.2.1
10
- alert: PostgresqlDown
11
expr: 'pg_up == 0'
12
- for: 0m
+ for: 5m
13
labels:
14
severity: critical
15
annotations:
@@ -34,7 +34,7 @@ groups:
34
# 2.2.3
35
- alert: PostgresqlExporterError
36
expr: 'pg_exporter_last_scrape_error > 0'
37
38
39
40
0 commit comments