docker: influxdb add collectd database
[barometer.git] / docker / barometer-influxdb / influxdb.conf
1
2 [meta]
3   dir = "/var/lib/influxdb/meta"
4
5 [data]
6   dir = "/var/lib/influxdb/data"
7   wal-dir = "/var/lib/influxdb/wal"
8
9 [coordinator]
10
11 [retention]
12
13 [shard-precreation]
14
15
16 [monitor]
17
18
19 [http]
20
21 [[graphite]]
22
23 [[collectd]]
24   enabled = true
25   bind-address = ":25826" # the bind address
26   database = "collectd" # Name of the database that will be written to
27   retention-policy = ""
28   batch-size = 5000 # will flush if this many points get buffered
29   batch-pending = 10 # number of batches that may be pending in memory
30   batch-timeout = "10s"
31   read-buffer = 0 # UDP read buffer size, 0 means to use OS default
32   typesdb = "/types.db"
33   security-level = "none" # "none", "sign", or "encrypt"
34
35 [[opentsdb]]
36
37 [[udp]]
38
39 [continuous_queries]