diff --git a/plugins/inputs/exec/README.md b/plugins/inputs/exec/README.md index 8ed0b5111..b3a9d9f67 100644 --- a/plugins/inputs/exec/README.md +++ b/plugins/inputs/exec/README.md @@ -1,6 +1,6 @@ # Exec Input Plugin -The `exec` plugin executes the `commands` on every interval and parses metrics from +The `exec` plugin executes all the `commands` in parralel on every interval and parses metrics from their output in any one of the accepted [Input Data Formats](https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md). This plugin can be used to poll for custom metrics from any source.