Add dev/telegraf.conf for docker, exec, and procstat input (#4460)

This commit is contained in:
Greg
2018-07-27 19:39:37 -06:00
committed by Daniel Nelson
parent 96cb0aaea0
commit 019d265167
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[agent]
interval="1s"
flush_interval="1s"
[[inputs.docker]]
endpoint = "unix:///var/run/docker.sock"
timeout = "5s"
perdevice = true
total = false
container_names = []
[[outputs.file]]
files = ["stdout"]