feat(inputs.chrony): Remove chronyc depdendency in documentation (#14966)
This commit is contained in:
parent
1ce5318ee3
commit
81d1e3b962
|
|
@ -17,7 +17,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
## Configuration
|
||||
|
||||
```toml @sample.conf
|
||||
# Get standard chrony metrics, requires chronyc executable.
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Get standard chrony metrics, requires chronyc executable.
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue