services.collectd.plugins

NixOS option

Attribute set of plugin names to plugin config segments

type: attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  cpu = "";
  memory = "";
  network = "Server 192.168.1.1 25826";
}
declared in: nixos/modules/services/monitoring/collectd.nixView source on NixOS/nixpkgs →