15 lines
307 B
Text
15 lines
307 B
Text
|
[agent]
|
||
|
interval = "10s"
|
||
|
|
||
|
[[inputs.execd]]
|
||
|
command = ["ruby", "plugins/inputs/execd/examples/count.rb"]
|
||
|
|
||
|
[[processors.execd]]
|
||
|
command = ["ruby", "plugins/processors/execd/examples/multiplier_line_protocol/multiplier_line_protocol.rb"]
|
||
|
|
||
|
|
||
|
[[outputs.file]]
|
||
|
files = ["stdout"]
|
||
|
data_format = "influx"
|
||
|
|