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

9 lines
251 B
Plaintext

[[plugins.exec]]
# specify commands via an array of tables
[[plugins.exec.commands]]
# the command to run
command = "/usr/bin/myothercollector --foo=bar"
# name of the command (used as a prefix for measurements)
name = "myothercollector"