summaryrefslogtreecommitdiffstats
path: root/docker/influxdb.conf
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-11-20 13:22:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-20 13:22:56 +0000
commitdde33f975509dc47fe580a59f5ce3b615be23116 (patch)
tree7314e2acd3bff3cf780359da022ceeded0efd833 /docker/influxdb.conf
parent8e44b29f6eca84e41aa8a5f3be5d006340d66d89 (diff)
parent810dac49e96193b447d231d25d6522eef2e62d02 (diff)
Merge "docker: Added docker container for running collectd"
Diffstat (limited to 'docker/influxdb.conf')
-rw-r--r--docker/influxdb.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/docker/influxdb.conf b/docker/influxdb.conf
new file mode 100644
index 00000000..69d69b18
--- /dev/null
+++ b/docker/influxdb.conf
@@ -0,0 +1,33 @@
+
+[meta]
+ dir = "/var/lib/influxdb/meta"
+
+[data]
+ dir = "/var/lib/influxdb/data"
+ wal-dir = "/var/lib/influxdb/wal"
+
+[coordinator]
+
+[retention]
+
+[shard-precreation]
+
+
+[monitor]
+
+
+[http]
+
+[[graphite]]
+
+[[collectd]]
+enabled = true
+typesdb = "/usr/share/collectd/types.db"
+[[opentsdb]]
+
+[[udp]]
+
+[continuous_queries]
+
+
+