Add every host on prometheus config

This commit is contained in:
Théo Barnouin 2024-10-07 19:21:59 +02:00
parent 45559cc105
commit b90c55345a

View file

@ -99,6 +99,12 @@ in
targets = [ "192.168.1.90:9100" ];
}];
}
{
job_name = "opportunity";
static_configs = [{
targets = [ "192.168.1.125:9100" ];
}];
}
{
job_name = "gitea";
static_configs = [{