[overwatch] add albert
Check flake syntax / flake-check (push) Successful in 30m24s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

This commit is contained in:
2026-08-31 12:11:57 +02:00
parent 103c7730be
commit 933fcd4d9b
+6
View File
@@ -163,6 +163,12 @@ in
targets = [ "${hosts.malobeo.hosts.fanny.network.address}:9002" ];
}];
}
{
job_name = "albert";
static_configs = [{
targets = [ "${hosts.malobeo.hosts.albert.network.address}:9002" ];
}];
}
# add vpn - check how to reach it first. most probably 10.100.0.1
];
};