2024-02-22 16:44:11 +03:00
|
|
|
---
|
|
|
|
postgres_exporter_version: 0.15.0
|
|
|
|
postgres_exporter_binary_local_dir: ""
|
|
|
|
postgres_exporter_binary_url: "https://github.com/{{ _postgres_exporter_repo }}/releases/download/v{{ postgres_exporter_version }}/\
|
|
|
|
postgres_exporter-{{ postgres_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
|
|
|
postgres_exporter_checksums_url: "https://github.com/{{ _postgres_exporter_repo }}/releases/download/v{{ postgres_exporter_version }}/sha256sums.txt"
|
|
|
|
postgres_exporter_skip_install: false
|
|
|
|
|
|
|
|
postgres_exporter_web_listen_address: "0.0.0.0:9187"
|
|
|
|
postgres_exporter_web_telemetry_path: "/metrics"
|
|
|
|
|
|
|
|
postgres_exporter_config_file: "postgres_exporter.yml"
|
|
|
|
|
|
|
|
postgres_exporter_name: "postgresql:///postgres?host=/var/run/postgresql"
|
|
|
|
postgres_exporter_uri: ""
|
|
|
|
postgres_exporter_username: ""
|
|
|
|
postgres_exporter_password: ""
|
|
|
|
|
|
|
|
postgres_exporter_tls_server_config: {}
|
|
|
|
|
|
|
|
postgres_exporter_http_server_config: {}
|
|
|
|
|
|
|
|
postgres_exporter_basic_auth_users: {}
|
|
|
|
|
|
|
|
postgres_exporter_enabled_collectors: []
|
|
|
|
|
|
|
|
postgres_exporter_disabled_collectors: []
|
|
|
|
|
|
|
|
# Internal variables.
|
|
|
|
postgres_exporter_binary_install_dir: "/usr/local/bin"
|
|
|
|
postgres_exporter_config_dir: "/etc/postgres_exporter"
|
|
|
|
postgres_exporter_system_group: "postgres-exp"
|
|
|
|
postgres_exporter_system_user: "{{ postgres_exporter_system_group }}"
|
2024-02-29 10:55:40 -05:00
|
|
|
|
|
|
|
# Local path to stash the archive and its extraction
|
|
|
|
postgres_exporter_archive_path: /tmp
|