We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a437e5 commit 05c9197Copy full SHA for 05c9197
plugins/inputs/exec/README.md
@@ -40,7 +40,7 @@ This script produces static values, since no timestamp is specified the values a
40
echo 'example,tag1=a,tag2=b i=42i,j=43i,k=44i'
41
```
42
43
-It can be paired with the following configuration and will be ran at the `interval` of the agent.
+It can be paired with the following configuration and will be run at the `interval` of the agent.
44
```toml
45
[[inputs.exec]]
46
commands = ["sh /tmp/test.sh"]
0 commit comments