services.prometheus.exporters.node.disabledCollectors

NixOS option

Collectors to disable which are enabled by default.

type: list of string
Default
[ ]
Example
[
  "timex"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →