Files
gentoo/dev-db/influxdb/files/influxdb.confd-r1
Conrad Kostecki 27d408eda1 dev-db/influxdb: fix config handling
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>
2024-02-24 17:53:58 +01:00

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"