Imported Upstream version 2.2.1

This commit is contained in:
Mario Fetka
2021-10-26 14:11:39 +02:00
parent 27b4629279
commit 1d2c07ae63
39 changed files with 720 additions and 875 deletions

View File

@@ -10,15 +10,10 @@ logfile = /var/log/afancontrol.log
# Default: 5
interval = 5
# Hddtemp location. Used by the `type = hdd` temperature sensors.
# Hddtemp location. Relevant only when there're `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