docker: influxdb add collectd database 15/50515/1
authorMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 12 Jan 2018 18:46:07 +0000 (18:46 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 12 Jan 2018 18:47:57 +0000 (18:47 +0000)
Change-Id: Ie417439b4fd6f0793925a20d95824c82af4eca7a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
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]]