15 lines
554 B
Plaintext
15 lines
554 B
Plaintext
# Get standard chrony metrics, requires chronyc executable.
|
|
[[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"
|
|
## and "udp://[::1]:323".
|
|
# server = ""
|
|
|
|
## Timeout for establishing the connection
|
|
# timeout = "5s"
|
|
|
|
## Try to resolve received addresses to host-names via DNS lookups
|
|
## Disabled by default to avoid DNS queries especially for slow DNS servers.
|
|
# dns_lookup = false
|