Imported Upstream version 3.0.0

This commit is contained in:
Mario Fetka
2021-10-27 08:42:14 +02:00
parent 1d2c07ae63
commit 7401b914a4
39 changed files with 872 additions and 717 deletions

View File

@@ -10,10 +10,15 @@ logfile = /var/log/afancontrol.log
# Default: 5
interval = 5
# Hddtemp location. Relevant only when there're `type = hdd` temperature sensors.
# Hddtemp location. Used by the `type = hdd` temperature sensors.
# Default: hddtemp
;hddtemp = /usr/local/bin/hddtemp
# `ipmi-sensors` location from the `freeipmi-tools` package.
# Used by the `type = freeipmi` fans.
# Default: ipmi-sensors
;ipmi_sensors = /usr/local/bin/ipmi-sensors
# Prometheus exporter listening hostname and TCP port.
# Default: (empty value)
;exporter_listen_host = 127.0.0.1:8083