docker: influxdb add collectd database
[barometer.git] / docker / barometer-influxdb / influxdb.conf
index 7fee866..994208c 100644 (file)
 [[graphite]]
 
 [[collectd]]
-enabled = true
-typesdb = "/types.db"
+  enabled = true
+  bind-address = ":25826" # the bind address
+  database = "collectd" # Name of the database that will be written to
+  retention-policy = ""
+  batch-size = 5000 # will flush if this many points get buffered
+  batch-pending = 10 # number of batches that may be pending in memory
+  batch-timeout = "10s"
+  read-buffer = 0 # UDP read buffer size, 0 means to use OS default
+  typesdb = "/types.db"
+  security-level = "none" # "none", "sign", or "encrypt"
+
 [[opentsdb]]
 
 [[udp]]