l 3 telegraf: set default db to telegraf_db
This commit is contained in:
parent
561d4f7bf5
commit
920cb34560
@ -26,7 +26,7 @@ let
|
||||
default = ''
|
||||
[outputs.influxdb]
|
||||
urls = ["http://localhost:8086"]
|
||||
database = "all_data"
|
||||
database = "telegraf_db"
|
||||
user_agent = "telegraf"
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user