mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-08 12:22:15 +01:00
https://github.com/prometheus/postgres_exporter Prometheus exporter for PostgreSQL database
8 lines
124 B
Bash
8 lines
124 B
Bash
# /etc/conf.d/postgres-exporter
|
|
|
|
# Custom arguments can be specified like:
|
|
#
|
|
# ARGS="--web.listen-address=':9100'"
|
|
|
|
ARGS=""
|