services.prometheus.exporters.chrony.chronyServerAddress

NixOS option

ChronyServerAddress of the chrony server side command port. (Not enabled by default.) Defaults to the local unix socket.

type: string
Default
"unix:///run/chrony/chronyd.sock"
Example
[
  "192.82.0.1:323"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →