Files
securityonion/salt
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
..
2025-12-11 17:30:06 -05:00
2026-07-15 16:28:35 -04:00
2026-08-03 15:19:18 -04:00
2026-03-19 14:39:10 -04:00
2026-08-24 14:09:37 -06:00
2026-01-07 14:14:57 -05:00
2026-08-14 16:04:48 -04:00