mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 00:08:36 +03:00
The config handling changed in v2 completly. This means, the parameter "-config" is gone and does not exist anymore. Instead, INFLUXD_CONFIG_PATH needs to be defined with the path, where InfluxDB v2 needs to look for config files. For compatibility reason, we will use '/etc/influxdb'. This can be overriden by user. Closes: https://bugs.gentoo.org/908437 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35289 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
#The convention in this file is to show the default setting commented
|
|
#out.
|
|
#To change the setting, uncomment it then change the value.
|
|
|
|
#This is the influxd error log:
|
|
#error_log="/var/log/influxdb/influxd.log"
|
|
|
|
#This is the influxd output log:
|
|
#output_log="/dev/null"
|
|
|
|
#The influxd Config path location:
|
|
#config_path="/etc/influxdb/."
|
|
|
|
# Extra options to pass to influxd:
|
|
#influxd_opts=""
|
|
|
|
# Uncomment / edit to enable healthchecks
|
|
#INFLUXDB_HEALTHCHECK_URI="127.0.0.1:8086/ping"
|