From f515d89a66950acc4f88b49d0a1b7038f567073b Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 24 Mar 2025 11:46:40 -0700 Subject: [PATCH] docs(inputs.openntpd): Correct timeout config setting to the actually used default (#16666) --- plugins/inputs/openntpd/README.md | 2 +- plugins/inputs/openntpd/sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/openntpd/README.md b/plugins/inputs/openntpd/README.md index fad2985af..7a6f93730 100644 --- a/plugins/inputs/openntpd/README.md +++ b/plugins/inputs/openntpd/README.md @@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. # binary = "/usr/sbin/ntpctl" ## Maximum time the ntpctl binary is allowed to run. - # timeout = "5ms" + # timeout = "5s" ``` ## Metrics diff --git a/plugins/inputs/openntpd/sample.conf b/plugins/inputs/openntpd/sample.conf index b6538c18c..3a27110ce 100644 --- a/plugins/inputs/openntpd/sample.conf +++ b/plugins/inputs/openntpd/sample.conf @@ -7,4 +7,4 @@ # binary = "/usr/sbin/ntpctl" ## Maximum time the ntpctl binary is allowed to run. - # timeout = "5ms" + # timeout = "5s"