1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/dnssec_exporter/templates/etc/default/prometheus-dnssec-exporter.j2

14 lines
729 B
Text
Raw Normal View History

2022-12-05 01:25:34 +01:00
{{ ansible_managed | comment }}
ARGS="--config=/etc/prometheus/dnssec-exporter/config.yaml --web.listen-address={{ dnssec_exporter_listen_address }} {{ dnssec_exporter_additional_options }}"
# GLOBAL OPTIONS:
# --web.listen-address=":9142"
# Address on which to expose metrics.
# --web.metrics-path="/metrics"
# Path under which to expose metrics.
# --web.config="" Path to web config yaml file.
# --config="" Path to config yaml file.
# --log.level=info Only log messages with the given severity or above. One of: [debug, info, warn, error]
# --log.format=logfmt Output format of log messages. One of: [logfmt, json]
# --version Show application version.