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