Fix grammar in exec input readme (#4740)
This commit is contained in:
parent
1a437e5690
commit
05c9197aaf
|
@ -40,7 +40,7 @@ This script produces static values, since no timestamp is specified the values a
|
||||||
echo 'example,tag1=a,tag2=b i=42i,j=43i,k=44i'
|
echo 'example,tag1=a,tag2=b i=42i,j=43i,k=44i'
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
||||||
```toml
|
```toml
|
||||||
[[inputs.exec]]
|
[[inputs.exec]]
|
||||||
commands = ["sh /tmp/test.sh"]
|
commands = ["sh /tmp/test.sh"]
|
||||||
|
|
Loading…
Reference in New Issue