From d5979bd86ef9ad5fc28d9183439381d3abcf2053 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 8 Jan 2018 10:19:06 +0000 Subject: docker: cleanup directories and files Rename docker container directories to contain the barometer_ prefix to prevent any naming clashes with other opnfv containers. Cleanup files that are no longer needed. The patch cleans up trailing whitespace. Change-Id: I332626554502a3e17685a2abd98c0679f30d0c24 Signed-off-by: Maryam Tahhan --- docker/barometer-influxdb/influxdb.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docker/barometer-influxdb/influxdb.conf (limited to 'docker/barometer-influxdb/influxdb.conf') diff --git a/docker/barometer-influxdb/influxdb.conf b/docker/barometer-influxdb/influxdb.conf new file mode 100644 index 00000000..7fee866d --- /dev/null +++ b/docker/barometer-influxdb/influxdb.conf @@ -0,0 +1,30 @@ + +[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 = "/types.db" +[[opentsdb]] + +[[udp]] + +[continuous_queries] -- cgit 1.2.3-korg