New container for monitoring

This commit is contained in:
pazpi 2024-08-29 09:19:46 +02:00
parent 6fb4eb236e
commit c7ccbec7c0
4 changed files with 67 additions and 10 deletions

View file

@ -74,15 +74,22 @@
deployment.targetUser = "pazpi";
};
arr = {
deployment = {
targetHost = "192.168.1.189";
targetUser = lib.mkForce "root";
tags = [
"lxc"
"bacco"
];
};
arr.deployment = {
targetHost = "192.168.1.189";
targetUser = lib.mkForce "root";
tags = [
"lxc"
"bacco"
];
};
metrics.deployment = {
targetHost = "192.168.1.152";
targetUser = lib.mkForce "root";
tags = [
"lxc"
"bacco"
];
};
deadbeef.deployment = {