removed trailing spaces
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
[[inputs.apache]]
|
[[inputs.apache]]
|
||||||
urls = ["http://localhost/server-status?auto"]
|
urls = ["http://localhost/server-status?auto"]
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[[inputs.cpu]]
|
[[inputs.cpu]]
|
||||||
percpu = true
|
percpu = true
|
||||||
totalcpu = true
|
totalcpu = true
|
||||||
collect_cpu_time = false
|
collect_cpu_time = false
|
||||||
|
|||||||
@@ -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 = []
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user