test cgroups

This commit is contained in:
Inex Code 2024-07-26 19:36:37 +03:00
parent 6362ff1e35
commit 8b5ee3ed36

View file

@ -28,7 +28,7 @@ in {
exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
enabledCollectors = [ "systemd" "cgroups" ];
port = 9002;
listenAddress = "127.0.0.1";
};