services.scollector.collectors
NixOS option
An attribute set mapping the frequency of collection to a list of binaries that should be executed at that frequency. You can use “0” to run a binary forever.
type: attribute set of list of absolute pathDefault
{ }Example
declared in: nixos/modules/services/monitoring/scollector.nixView source on NixOS/nixpkgs →{ "0" = [ "${postgresStats}/bin/collect-stats" ]; }