telegraf/internal/config/testdata/subconfig/exec.conf

5 lines
125 B
Plaintext
Raw Normal View History

2016-01-07 20:39:43 +00:00
[[inputs.exec]]
2015-10-19 21:28:10 +00:00
# the command to run
command = "/usr/bin/myothercollector --foo=bar"
2016-01-07 20:39:43 +00:00
name_suffix = "_myothercollector"