Hello,
this is not an issue but rather a question.
In the simple example:
[[inputs.exec]]
# Shell/commands array
# Full command line to executable with parameters, or a glob pattern to run all matching files.
commands = ["/tmp/test.sh", "/tmp/test2.sh", "/tmp/collect_*.sh"]
Do the scripts run in parallel or sequential?
Hello,
this is not an issue but rather a question.
In the simple example:
Do the scripts run in parallel or sequential?