removed trailing spaces

This commit is contained in:
2023-02-18 13:30:54 +01:00
parent 84d7a4c5dd
commit 736a592eee
5 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
[[inputs.apache]] [[inputs.apache]]
urls = ["http://localhost/server-status?auto"] urls = ["http://localhost/server-status?auto"]

View File

@@ -1,4 +1,4 @@
[[inputs.cpu]] [[inputs.cpu]]
percpu = true percpu = true
totalcpu = true totalcpu = true
collect_cpu_time = false collect_cpu_time = false

View File

@@ -1,4 +1,4 @@
[[inputs.docker]] [[inputs.docker]]
endpoint = "unix:///var/run/docker.sock" endpoint = "unix:///var/run/docker.sock"
gather_services = true gather_services = true
container_names = [] container_names = []

View File

@@ -1,4 +1,4 @@
[[inputs.bind]] [[inputs.bind]]
urls = ["http://localhost:8053/json/v1"] urls = ["http://localhost:8053/json/v1"]
gather_memory_contexts = false gather_memory_contexts = false
gather_views = false gather_views = false

View File

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