telegraf/config/testdata/subconfig/exec.conf

5 lines
125 B
Plaintext
Raw Normal View History

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