mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
|
---
|
||
|
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 }}"
|