[pretalx] add monitoring

This commit is contained in:
2026-02-22 21:52:50 +01:00
committed by ahtlon
parent a1bfa0120c
commit bbf8decea1

View File

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