prometheus.prometheus.apache_exporter role – Prometheus apache_exporter

Note

This role is part of the prometheus.prometheus collection (version 0.26.1).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install prometheus.prometheus.

To use it in a playbook, specify: prometheus.prometheus.apache_exporter.

Entry point main – Prometheus apache_exporter

Synopsis

Parameters

Parameter

Comments

apache_exporter_basic_auth_users

dictionary

Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt.

apache_exporter_binary_install_dir

string

Advanced

Directory to install apache_exporter binary

Default: "/usr/local/bin"

apache_exporter_binary_url

string

URL of the apache_exporter binaries .tar.gz file

Default: "https://github.com/{{ _apache_exporter_repo }}/releases/download/v{{ apache_exporter_version }}/apache_exporter_{{ apache_exporter_version }}_{{ ansible_facts['system'] | lower }}-{{ _apache_exporter_go_ansible_arch }}.tar.gz"

apache_exporter_checksums_url

string

URL of the apache_exporter checksums file

Default: "https://github.com/{{ _apache_exporter_repo }}/releases/download/v{{ apache_exporter_version }}/apache_exporter_{{ apache_exporter_version }}_checksums.txt"

apache_exporter_config_dir

string

Advanced

Directory to store apache_exporter configuration

Default: "/etc/apache_exporter"

apache_exporter_http_server_config

dictionary

Config for HTTP/2 support.

Keys and values are the same as in apache_exporter docs.

apache_exporter_local_cache_path

string

Advanced

Local path to stash the archive and its extraction

Default: "/tmp/apache_exporter-{{ ansible_facts['system'] | lower }}-{{ _apache_exporter_go_ansible_arch }}/{{ apache_exporter_version }}"

apache_exporter_log_level

string

Only log messages with the given severity or above. One of: [debug, info, warn, error]

Default: "error"

apache_exporter_system_group

string

Advanced

System group for apache_exporter

Default: "apache-exp"

apache_exporter_system_user

string

Advanced

System user for apache_exporter

Default: "apache-exp"

apache_exporter_timeout_offset

string

Offset to add to the timeout for the scrape

Default: 1

apache_exporter_tls_server_config

dictionary

Configuration for TLS authentication.

Keys and values are the same as in apache_exporter docs.

apache_exporter_uri

string

URI to scrape apache metrics

Default: "http://localhost/server-status/?auto"

apache_exporter_version

string

apache_exporter package version. Also accepts latest as parameter.

Default: "1.0.9"

apache_exporter_web_listen_address

string

Address on which apache exporter will listen

Default: "0.0.0.0:9117"

apache_exporter_web_telemetry_path

string

Path under which to expose metrics

Default: "/metrics"

Authors

  • Prometheus Community