MyNixOS website logo
option

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.

Declarations
Type
attribute set of list of path
Default
{ }
Example
{ "0" = [ "${postgresStats}/bin/collect-stats" ]; }