diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:10:26 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:10:26 +0200 |
commit | 7e49245fddcd16de615814781a3e52038ca219d9 (patch) | |
tree | 07e2fe3059f9a7b79abeee3fcde2cc387eda2077 /apks/prometheus-postgres-exporter/postgres-exporter.confd | |
parent | 9e9b54b503cea89b9c776c6eb65deef16682c1d2 (diff) | |
download | apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.gz apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.bz2 apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.zip |
chore: Remove added package
Some package were added to the 3.18 and no longer need to be here.
Diffstat (limited to 'apks/prometheus-postgres-exporter/postgres-exporter.confd')
-rw-r--r-- | apks/prometheus-postgres-exporter/postgres-exporter.confd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/apks/prometheus-postgres-exporter/postgres-exporter.confd b/apks/prometheus-postgres-exporter/postgres-exporter.confd deleted file mode 100644 index cbc18de..0000000 --- a/apks/prometheus-postgres-exporter/postgres-exporter.confd +++ /dev/null @@ -1,22 +0,0 @@ -# /etc/conf.d/postgres-exporter - -# Connection string for the PostgreSQL database. You need to either connect as -# superuser, or create a user with enough rights, as described in -# /usr/share/doc/prometheus-postgres-exporter/README.Alpine - -# DATA_SOURCE_NAME='postgresql://login:password@hostname:port/' -# DATA_SOURCE_NAME='user=prometheus host=/run/postgresql dbname=postgres' - -DATA_SOURCE_NAME='' - -# Set the command-line arguments to pass to the server. - -ARGS='' - -# Available flags: -# --web.listen-address=":9187" Address to listen on for web interface and telemetry. -# --web.telemetry-path="/metrics" -# Path under which to expose metrics. -# --extend.query-path="" Path to custom queries to run. -# --log.level="info" Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] -# --log.format="logger:stderr" Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" |