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