Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 552096
Collapse All | Expand All

(-)etc/influxdb/influxdb.conf.orig (-1 / +6 lines)
Lines 10-21 Link Here
10
# usage data. No data from user databases is ever transmitted.
10
# usage data. No data from user databases is ever transmitted.
11
# Change this option to true to disable reporting.
11
# Change this option to true to disable reporting.
12
# reporting-disabled = false
12
# reporting-disabled = false
13
reporting-disabled = true
13
14
14
# we'll try to get the hostname automatically, but if it the os returns something
15
# we'll try to get the hostname automatically, but if it the os returns something
15
# that isn't resolvable by other servers in the cluster, use this option to
16
# that isn't resolvable by other servers in the cluster, use this option to
16
# manually set the hostname
17
# manually set the hostname
17
# hostname = "localhost"
18
# hostname = "localhost"
18
19
20
21
bind-address = "127.0.0.1:8088"
22
19
###
23
###
20
### [meta]
24
### [meta]
21
###
25
###
Lines 204-212 Link Here
204
### mechanism for getting data into and out of InfluxDB.
208
### mechanism for getting data into and out of InfluxDB.
205
###
209
###
206
210
207
# [http]
211
[http]
208
  # Determines whether HTTP endpoint is enabled.
212
  # Determines whether HTTP endpoint is enabled.
209
  # enabled = true
213
  # enabled = true
214
  enabled = false
210
215
211
  # The bind address used by the HTTP service.
216
  # The bind address used by the HTTP service.
212
  # bind-address = ":8086"
217
  # bind-address = ":8086"

Return to bug 552096