services.munin-cron.hosts

NixOS option

Definitions of hosts of nodes to collect data from. Needs at least one host for cron to succeed. See https://guide.munin-monitoring.org/en/latest/reference/munin.conf.html

type: strings concatenated with "\n"
Default
""
Example
''
  [${config.networking.hostName}]
  address localhost
''
declared in: nixos/modules/services/monitoring/munin.nixView source on NixOS/nixpkgs →