OBS-URL: https://build.opensuse.org/request/show/923449 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prometheus-postgres_exporter?expand=0&rev=1
20 lines
680 B
Plaintext
20 lines
680 B
Plaintext
## Path: Applications/PostgreSQLExporter
|
|
## Description: Prometheus exporter for PostgreSQL
|
|
## Type: string()
|
|
## Default: "postgresql://user:passwd@localhost:5432/database?sslmode=disable"
|
|
## ServiceRestart: prometheus-postgres_exporter
|
|
#
|
|
# Connection URL to postgresql instance
|
|
#
|
|
DATA_SOURCE_NAME="postgresql://user:passwd@localhost:5432/database?sslmode=disable"
|
|
|
|
## Path: Applications/PostgreSQLExporter
|
|
## Description: Prometheus exporter for PostgreSQL
|
|
## Type: string()
|
|
## Default: ""
|
|
## ServiceRestart: prometheus-postgres_exporter
|
|
#
|
|
# Extra options for prometheus-postgres_exporter
|
|
#
|
|
POSTGRES_EXPORTER_PARAMS=""
|