Files
Mike Reeves 9f6679c043 Use argv arrays for telegraf inputs.exec commands
Telegraf 1.39 deprecated bare string entries in inputs.exec commands and
will drop them in 1.45, warning on every start:

  W! DeprecationWarning: Value "/scripts/esindexsize.sh" for option
  "command" of plugin "inputs.exec" deprecated since version 1.39.0

Each entry is now a single-element argv array. Array form skips shell
parsing, which is fine here: every command is a bare script path from
telegraf's scripts list, no args or shell metacharacters.
2026-08-26 13:42:37 -04:00
..
2026-03-06 15:45:36 -05:00
2023-05-01 15:21:31 -04:00
2023-05-11 12:14:30 -04:00
2023-05-11 12:12:25 -04:00
2026-03-06 15:45:36 -05:00
2026-07-10 10:35:37 -04:00
2023-05-11 12:12:25 -04:00
2026-03-16 15:57:15 -04:00