Added telegraf configs
This commit is contained in:
5
telegraf/telegraf.d/outputs.conf
Normal file
5
telegraf/telegraf.d/outputs.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[[outputs.influxdb_v2]]
|
||||
urls = ["<LinkToYourInfluxDB>"]
|
||||
token = "<YourToken>"
|
||||
organization = "<YourOrganization>"
|
||||
bucket = "<YourBucket>"
|
||||
Reference in New Issue
Block a user