Files
telegraf/testdata/subconfig/exec.conf
T
2015-10-21 14:07:09 -06:00

9 lines
233 B
Plaintext

[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"