From b672578a2a756808dd9b45b0e0d6e3da614d4c9b Mon Sep 17 00:00:00 2001 From: Shannon Wynter Date: Fri, 30 Aug 2024 01:07:23 +1000 Subject: [PATCH] docs(inputs.chrony): Update schema to unixgram (#15763) --- plugins/inputs/chrony/README.md | 2 +- plugins/inputs/chrony/sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ""