InfluxDB Module - Add Support for influxdb

This commit is contained in:
Mike Reeves
2018-11-17 16:24:23 -05:00
parent 7d7f0bcd56
commit 39602f3ef8
7 changed files with 629 additions and 24 deletions

View File

@@ -90,7 +90,7 @@
## urls will be written to each interval.
# urls = ["unix:///var/run/influxdb.sock"]
# urls = ["udp://127.0.0.1:8089"]
urls = ["http://{{ MASTER }}:8086"]
urls = ["https://{{ MASTER }}:8086"]
## The target database for metrics; will be created as needed.