telegraf/testdata/subconfig/exec.conf

9 lines
233 B
Plaintext
Raw Normal View History

2015-10-19 21:28:10 +00:00
[exec]
# specify commands via an array of tables
[[exec.commands]]
# the command to run
command = "/usr/bin/myothercollector --foo=bar"
# name of the command (used as a prefix for measurements)
name = "myothercollector"