From d5f0a120d86d320c51f9bdf091e1db59ef97240f Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Wed, 14 Oct 2020 11:08:47 -0700 Subject: [PATCH] fix(exec): fix typo in exec readme (#8265) --- plugins/inputs/exec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/exec/README.md b/plugins/inputs/exec/README.md index b3a9d9f67..4e3d72454 100644 --- a/plugins/inputs/exec/README.md +++ b/plugins/inputs/exec/README.md @@ -1,6 +1,6 @@ # Exec Input Plugin -The `exec` plugin executes all the `commands` in parralel on every interval and parses metrics from +The `exec` plugin executes all the `commands` in parallel 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.