summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/barometer-influxdb/influxdb.conf13
1 files changed, 11 insertions, 2 deletions
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]]