summarylogtreecommitdiffstats
path: root/prometheus-ipmi-exporter.conf
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus-ipmi-exporter.conf')
-rw-r--r--prometheus-ipmi-exporter.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/prometheus-ipmi-exporter.conf b/prometheus-ipmi-exporter.conf
new file mode 100644
index 000000000000..648b8bd31268
--- /dev/null
+++ b/prometheus-ipmi-exporter.conf
@@ -0,0 +1,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"