summarylogtreecommitdiffstats
path: root/prometheus-ipmi-exporter.conf
blob: 648b8bd312685dfa5d6baac6d75f618acf3720e5 (plain)
1
2
3
4
5
6
7
8
9
# Specify additional arguments to pass to prometheus-ipmi-exporter on startup
IPMI_EXPORTER_ARGS=""

# Available arguments:
#   --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
#   --log.level="info"            Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
#   --log.format="logger:stderr"  Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"