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,9 @@
[agent]
interval="1s"
flush_interval="1s"
[[inputs.procstat]]
exe = "telegraf"
[[outputs.file]]
files = ["stdout"]