summaryrefslogtreecommitdiff
path: root/dev-db/influxdb/files/influxdb.confd-r1
blob: 7c225cfea51fd935f68bb71ade2646dbc6ea8583 (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 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"