package-pipelines-miscellan.../prometheus-ipmi-exporter/prometheus-ipmi-exporter.defaults

12 lines
706 B
Text
Raw Normal View History

2023-12-05 23:40:22 +01:00
ARGS="--config.file=/etc/prometheus/ipmi-exporter/config.yaml"
# 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.