summaryrefslogtreecommitdiff
path: root/dev-db/influxdb/files/influxdb.confd
blob: 7541ad057aeb7c8989de0d40f4fa315009ac7711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 file location:
#config="/etc/influxdb/influxdb.conf"

# Extra options to pass to influxd:
#influxd_opts=""

# Uncomment / edit to enable healthchecks
#INFLUXDB_HEALTHCHECK_URI="127.0.0.1:8086/ping"