[vaultwarden] add monitoring

This commit is contained in:
2026-02-22 21:53:05 +01:00
committed by ahtlon
parent bbf8decea1
commit 56c1ae5332
2 changed files with 12 additions and 0 deletions

View File

@@ -144,6 +144,12 @@ in
targets = [ "${hosts.malobeo.hosts.zineshop.network.address}:9002" ];
}];
}
{
job_name = "vaultwarden";
static_configs = [{
targets = [ "${hosts.malobeo.hosts.vaultwarden.network.address}:9002" ];
}];
}
{
job_name = "pretalx";
static_configs = [{