Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
29
plugins/inputs/chrony/sample.conf
Normal file
29
plugins/inputs/chrony/sample.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Get standard chrony metrics.
|
||||
[[inputs.chrony]]
|
||||
## Server address of chronyd with address scheme
|
||||
## If empty or not set, the plugin will mimic the behavior of chronyc and
|
||||
## check "unixgram:///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
|
||||
|
||||
## Metrics to query named according to chronyc commands
|
||||
## Available settings are:
|
||||
## activity -- number of peers online or offline
|
||||
## tracking -- information about system's clock performance
|
||||
## serverstats -- chronyd server statistics
|
||||
## sources -- extended information about peers
|
||||
## sourcestats -- statistics on peers
|
||||
# metrics = ["tracking"]
|
||||
|
||||
## Socket group & permissions
|
||||
## If the user requests collecting metrics via unix socket, then it is created
|
||||
## with the following group and permissions.
|
||||
# socket_group = "chrony"
|
||||
# socket_perms = "0660"
|
Loading…
Add table
Add a link
Reference in a new issue