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 = {
endpoint = "unix:///var/run/docker.sock";
timeout = "5s";
perdevice = true;
total = false;
perdevice_include = ["blkio", "cpu", "network"];
total_include = [];
};
})
(lib.mkIf (hasCollector "ping") {