fixes
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user