services.scollector.collectors

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 path
Default
{ }
Example
{ "0" = [ "${postgresStats}/bin/collect-stats" ]; }
Declared
<nixpkgs/nixos/modules/services/monitoring/scollector.nix>