telegraf config part 1

This commit is contained in:
2023-01-26 18:12:54 +01:00
parent 90a505787e
commit 442998c249
8 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[[outputs.influxdb]]
urls = ["http://grafana:8086"]
database = "linux"
skip_database_creation = false