From 06855cba5906d5fc032ed9910926ab727d0f46f8 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 12 Jan 2018 18:46:07 +0000 Subject: docker: influxdb add collectd database Change-Id: Ie417439b4fd6f0793925a20d95824c82af4eca7a Signed-off-by: Maryam Tahhan --- docker/barometer-influxdb/influxdb.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/barometer-influxdb/influxdb.conf b/docker/barometer-influxdb/influxdb.conf index 7fee866d..994208c3 100644 --- a/docker/barometer-influxdb/influxdb.conf +++ b/docker/barometer-influxdb/influxdb.conf @@ -21,8 +21,17 @@ [[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]] -- cgit 1.2.3-korg