Fix config error

This commit is contained in:
Théo Barnouin 2024-10-18 16:11:01 +02:00
parent af3d237b93
commit fe5c92ae8c

View file

@ -98,9 +98,9 @@ in
}]; }];
} }
{ {
job_name = "openmediavault_prometheus"; job_name = "opportunity";
static_configs = [{ static_configs = [{
targets = [ "192.168.1.125:9002" ]; targets = [ "192.168.1.125:9100" ];
}]; }];
} }
{ {
@ -121,12 +121,6 @@ in
targets = [ "192.168.1.90:9100" ]; targets = [ "192.168.1.90:9100" ];
}]; }];
} }
{
job_name = "opportunity";
static_configs = [{
targets = [ "192.168.1.125:9100" ];
}];
}
{ {
job_name = "gitea"; job_name = "gitea";
static_configs = [{ static_configs = [{