docs(inputs.chrony): Update schema to unixgram (#15763)

This commit is contained in:
Shannon Wynter 2024-08-30 01:07:23 +10:00 committed by GitHub
parent 536a914890
commit b672578a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
[[inputs.chrony]] [[inputs.chrony]]
## Server address of chronyd with address scheme ## Server address of chronyd with address scheme
## If empty or not set, the plugin will mimic the behavior of chronyc and ## 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". ## and "udp://[::1]:323".
# server = "" # server = ""

View File

@ -2,7 +2,7 @@
[[inputs.chrony]] [[inputs.chrony]]
## Server address of chronyd with address scheme ## Server address of chronyd with address scheme
## If empty or not set, the plugin will mimic the behavior of chronyc and ## 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". ## and "udp://[::1]:323".
# server = "" # server = ""