2022-10-17 10:22:58 +00:00
|
|
|
---
|
|
|
|
apache_exporter_version: 0.6.0
|
|
|
|
apache_exporter_telemetry_address: "0.0.0.0:9117"
|
|
|
|
apache_exporter_telemetry_endpoint: "/metrics"
|
|
|
|
apache_exporter_incecure: "false"
|
|
|
|
stats_page: "stats"
|
|
|
|
apache_exporter_scrape_uri: "http://{{host}}/{{stats_page}}?auto"
|
2022-10-18 16:26:20 +00:00
|
|
|
apache_exporter_signature: "apache_exporter-{{ apache_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
|
2022-10-17 10:22:58 +00:00
|
|
|
prometheus_exporter_dir: "/opt/prometheus/exporters"
|
2022-10-18 16:26:20 +00:00
|
|
|
prometheus_exporter_dist_dir: "{{ prometheus_exporter_dir }}/dist"
|
|
|
|
apache_exporter_dist_dir: "{{ prometheus_exporter_dist_dir }}/{{ apache_exporter_signature }}"
|