l 3 telegraf: set default db to telegraf_db

This commit is contained in:
lassulus 2017-02-03 00:23:23 +01:00
parent 561d4f7bf5
commit 920cb34560

View File

@ -26,7 +26,7 @@ let
default = ''
[outputs.influxdb]
urls = ["http://localhost:8086"]
database = "all_data"
database = "telegraf_db"
user_agent = "telegraf"
'';
};