docs(inputs.openntpd): Correct timeout config setting to the actually used default (#16666)
This commit is contained in:
parent
798f683805
commit
f515d89a66
|
|
@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
# binary = "/usr/sbin/ntpctl"
|
# binary = "/usr/sbin/ntpctl"
|
||||||
|
|
||||||
## Maximum time the ntpctl binary is allowed to run.
|
## Maximum time the ntpctl binary is allowed to run.
|
||||||
# timeout = "5ms"
|
# timeout = "5s"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Metrics
|
## Metrics
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@
|
||||||
# binary = "/usr/sbin/ntpctl"
|
# binary = "/usr/sbin/ntpctl"
|
||||||
|
|
||||||
## Maximum time the ntpctl binary is allowed to run.
|
## Maximum time the ntpctl binary is allowed to run.
|
||||||
# timeout = "5ms"
|
# timeout = "5s"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue