Sven Rebhan
dcec9d1cea
docs(inputs): Add plugin metadata and update description for a* to f* ( #16097 )
2024-10-31 16:15:21 -05:00
Joshua Powers
0a7aa308c8
feat(inputs.exec): Add option to ignore return code ( #15400 )
2024-06-03 11:53:14 -05:00
Joshua Powers
2aa57f00ad
docs: Update all readme to pass linter ( #12615 )
2023-02-09 11:04:41 +01:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
Mya
f3ce00529d
docs(inputs.exec): clarify parsing for ints ( #11597 )
2022-08-03 07:42:22 -05:00
reimda
453e276718
chore: Fix readme linter errors for input plugins E-L ( #11214 )
2022-06-07 15:37:08 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
M.D
fed88fcb44
feat(exec, execd): add an option to pass a custom environment to their child process ( #11049 )
2022-05-10 15:34:05 -06:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
Joshua Powers
0c02f245d6
fix: markdown: resolve all markdown issues with d-f ( #10171 )
2021-11-24 11:56:26 -07:00
Russ Savage
d5f0a120d8
fix(exec): fix typo in exec readme ( #8265 )
2020-10-14 14:08:47 -04:00
Alestrix
aa0363eb84
Update README.md ( #8049 )
2020-10-13 18:06:07 -04:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Daniel Nelson
d7b3f1f4ea
Document workaround for truncated powershell output ( #6910 )
2020-01-15 19:29:50 -08:00
JP Mens
05c9197aaf
Fix grammar in exec input readme ( #4740 )
2018-09-24 13:41:12 -07:00
Daniel Nelson
ab8376de03
Update exec plugin documentation
2017-12-11 17:58:06 -08:00
Cameron Sparr
821b30eb92
Add timeout param to exec readme ( #1325 )
2016-06-03 13:32:16 +01:00
Jari Sukanen
6828fc48e1
exec plugin: allow using glob pattern in command list
...
Allow using glob pattern in the command list in configuration. This enables for
example placing all commands in a single directory and using /path/to/dir/*.sh
as one of the commands to run all shell scripts in that directory.
Glob patterns are applied on every run of the commands, so matching commands can
be added without restarting telegraf.
closes #1142
2016-05-26 11:38:15 +01:00
Cameron Sparr
46f4be88a6
Revert "exec plugin: allow using glob pattern in command list"
...
This reverts commit 6381efa7ce .
2016-05-02 12:07:17 -06:00
Jari Sukanen
6381efa7ce
exec plugin: allow using glob pattern in command list
...
Allow using glob pattern in the command list in configuration. This enables for
example placing all commands in a single directory and using /path/to/dir/*.sh
as one of the commands to run all shell scripts in that directory.
Glob patterns are applied on every run of the commands, so matching commands can
be added without restarting telegraf.
closes #1127
2016-05-02 11:36:15 -06:00
Cameron Sparr
7e97787d9d
More readme fixups
2016-04-05 16:17:45 -06:00
Cameron Sparr
40f2dd8c6c
Readme fixup for exec plugin
2016-04-05 15:22:58 -06:00
Cameron Sparr
4dd364e1c3
Update all readme instances of data formats
2016-04-05 14:42:20 -06:00
marknmel
57f7582b4d
Cleanup of Exec Inputs documentation - redux
...
Hi @sparrc
(Sorry for the noise - new pr)
closes #853
Please find some improvements to readability including the \n for the exec/telegraf line-protocol input.
I hope you (and others) find it easier to read.
/Mark
This is an ammend
2016-03-16 18:55:48 -06:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
e619493ece
Implementing generic parser plugins and documentation
...
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)
This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00
Henry Hu
1449c8b887
Add Graphite line protocol parsing to exec plugin
...
closes #637
2016-02-08 17:12:28 -07:00
Cameron Sparr
b97027ac9a
Allow exec plugin to parse line-protocol
...
closes #613
2016-01-30 11:12:59 -07:00
Kostas Botsas
1421bce371
Update README.md
2016-01-15 14:49:53 -08:00
Kostas Botsas
71f4e72b22
interval options should have string value
...
also mentioned name_override and name_prefix on top of name_suffix
2016-01-15 14:48:45 -08:00
Kostas Botsas
923be102b3
Align exec documentation with v0.10 updates
2016-01-14 15:55:53 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00