1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 20:07:00 +02:00
ansible-collection-prometheus/roles/ipmi_exporter/templates/etc/default/prometheus-ipmi-exporter.j2
2023-02-14 02:26:13 +01:00

13 lines
778 B
Django/Jinja

{{ ansible_managed | comment }}
ARGS="--config.file=/etc/prometheus/ipmi-exporter/config.yaml {{ ipmi_exporter_additional_options }}"
# GLOBAL OPTIONS:
# --config.file=CONFIG.FILE Path to configuration file.
# --freeipmi.path=FREEIPMI.PATH Path to FreeIPMI executables (default: rely on $PATH).
# --web.listen-address=":9290" Address to listen on for web interface and telemetry.
# --web.config.file="" [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication.
# --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.