test
This commit is contained in:
parent
e15b5e3dc0
commit
6255502697
2 changed files with 3 additions and 1 deletions
|
@ -19,4 +19,7 @@
|
||||||
inputs.compose2nix.packages.x86_64-linux.default
|
inputs.compose2nix.packages.x86_64-linux.default
|
||||||
lazydocker
|
lazydocker
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Add the docker telegraf listener
|
||||||
|
services.telegraf.inputs.docker = {};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
inputs = {
|
inputs = {
|
||||||
docker = {};
|
|
||||||
cpu = {
|
cpu = {
|
||||||
percpu = true;
|
percpu = true;
|
||||||
totalcpu = true;
|
totalcpu = true;
|
||||||
|
|
Loading…
Reference in a new issue