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-07-16 15:28:22 -04:00
2026-03-16 16:58:39 -04:00
2026-06-01 11:52:35 -05:00
2026-03-18 09:46:45 -04:00
2026-04-08 10:58:52 -04:00
2026-08-25 09:30:01 -04:00
2025-12-11 17:30:06 -05:00
2026-04-21 09:33:47 -04:00
2026-05-08 10:13:15 -04:00
2026-04-10 15:43:16 -04:00
2026-05-06 08:16:41 -04:00
2026-04-10 15:43:16 -04:00
2026-07-24 13:18:48 -05:00
2026-07-24 09:04:58 -04:00
2026-04-29 09:09:50 -04:00
2026-06-24 15:17:48 -04:00
2026-03-18 09:46:45 -04:00
2026-07-15 11:04:51 -04:00
2026-04-10 15:43:16 -04:00
2026-04-10 15:43:16 -04:00
2026-06-23 10:32:32 -04:00
2026-08-06 14:03:27 -05:00
2026-07-14 13:34:19 -04:00
2026-07-15 16:28:35 -04:00
2026-08-11 10:12:40 -04:00
2026-08-21 11:45:00 -04:00
2026-08-18 15:04:37 -05:00
2026-08-03 15:19:18 -04:00
2026-03-18 09:46:45 -04:00
2026-06-24 15:17:48 -04:00
2026-03-19 14:39:10 -04:00
2026-03-10 16:09:32 -04:00
2026-08-25 09:52:49 -04:00
2026-07-27 10:14:10 -04:00
2026-04-10 15:43:16 -04:00
2026-07-15 11:04:51 -04:00
2026-07-24 16:59:42 -05:00
2026-08-19 11:39:47 -04:00
2026-03-18 09:46:45 -04:00
2026-04-10 15:43:16 -04:00
2026-08-19 11:39:47 -04:00
2026-08-24 14:09:37 -06:00
2026-01-07 14:14:57 -05:00
2026-08-17 15:24:05 -05:00
2026-07-15 10:49:27 -04:00
2026-07-16 15:29:51 -04:00
2026-04-10 15:43:16 -04:00
2026-08-26 13:42:37 -04:00
2026-07-23 15:16:26 -04:00
2026-03-18 09:46:45 -04:00
2026-08-14 16:04:48 -04:00
2026-07-01 11:12:39 -05:00
2026-07-02 10:27:54 -04:00