Skip to content

Commit 306e127

Browse files
committed
Merge branch 'develop' into tom/saa/template
2 parents 1641192 + e2a13f6 commit 306e127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/files/postgres_exporter.service.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Description=Postgres Exporter
44
[Service]
55
Type=simple
66
ExecStart=/opt/postgres_exporter/postgres_exporter --disable-settings-metrics --extend.query-path="/opt/postgres_exporter/queries.yml" --disable-default-metrics --no-collector.locks --no-collector.replication --no-collector.replication_slot --no-collector.stat_bgwriter --no-collector.stat_database --no-collector.stat_user_tables --no-collector.statio_user_tables --no-collector.wal {% if qemu_mode is defined and qemu_mode %}--no-collector.database {% endif %}
7+
78
User=postgres
89
Group=postgres
910
Restart=always

0 commit comments

Comments
 (0)