This commit is contained in:
soraefir
2026-06-06 00:56:06 +02:00
parent 4217cac3d5
commit 80fe64b34f

View File

@@ -70,8 +70,8 @@ let
inputs.docker = { inputs.docker = {
endpoint = "unix:///var/run/docker.sock"; endpoint = "unix:///var/run/docker.sock";
timeout = "5s"; timeout = "5s";
perdevice = true; perdevice_include = ["blkio", "cpu", "network"];
total = false; total_include = [];
}; };
}) })
(lib.mkIf (hasCollector "ping") { (lib.mkIf (hasCollector "ping") {