nixos/netdata: use cgroup v2
This commit is contained in:
parent
58497175be
commit
859633ee43
@ -29,6 +29,7 @@ let
|
|||||||
};
|
};
|
||||||
"plugin:cgroups" = {
|
"plugin:cgroups" = {
|
||||||
"script to get cgroup network interfaces" = "${wrappedPlugins}/libexec/netdata/plugins.d/cgroup-network";
|
"script to get cgroup network interfaces" = "${wrappedPlugins}/libexec/netdata/plugins.d/cgroup-network";
|
||||||
|
"use unified cgroups" = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mkConfig = generators.toINI {} (recursiveUpdate localConfig cfg.config);
|
mkConfig = generators.toINI {} (recursiveUpdate localConfig cfg.config);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user