diff --git a/plugins/inputs/chrony/README.md b/plugins/inputs/chrony/README.md index 95cda2f72..e845f11f5 100644 --- a/plugins/inputs/chrony/README.md +++ b/plugins/inputs/chrony/README.md @@ -21,7 +21,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. [[inputs.chrony]] ## Server address of chronyd with address scheme ## If empty or not set, the plugin will mimic the behavior of chronyc and - ## check "unix:///run/chrony/chronyd.sock", "udp://127.0.0.1:323" + ## check "unixgram:///run/chrony/chronyd.sock", "udp://127.0.0.1:323" ## and "udp://[::1]:323". # server = "" diff --git a/plugins/inputs/chrony/sample.conf b/plugins/inputs/chrony/sample.conf index d63747373..dd896c8a8 100644 --- a/plugins/inputs/chrony/sample.conf +++ b/plugins/inputs/chrony/sample.conf @@ -2,7 +2,7 @@ [[inputs.chrony]] ## Server address of chronyd with address scheme ## If empty or not set, the plugin will mimic the behavior of chronyc and - ## check "unix:///run/chrony/chronyd.sock", "udp://127.0.0.1:323" + ## check "unixgram:///run/chrony/chronyd.sock", "udp://127.0.0.1:323" ## and "udp://[::1]:323". # server = ""