services.prometheus.exporters.kea.targets

NixOS option

Paths or URLs to the Kea control socket.

type: list of string
Default
[ ]
Example
[
  "/run/kea/kea-dhcp4.socket"
  "/run/kea/kea-dhcp6.socket"
  "http://127.0.0.1:8547"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →