[overwatch] temporary disable scraping durruti,nextcloud
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m24s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m24s
This commit is contained in:
@@ -87,24 +87,24 @@ with lib;
|
||||
targets = [ "127.0.0.1:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "durruti";
|
||||
static_configs = [{
|
||||
targets = [ "10.0.0.5:9002" ];
|
||||
}];
|
||||
}
|
||||
#{
|
||||
# job_name = "durruti";
|
||||
# static_configs = [{
|
||||
# targets = [ "10.0.0.5:9002" ];
|
||||
# }];
|
||||
#}
|
||||
{
|
||||
job_name = "infradocs";
|
||||
static_configs = [{
|
||||
targets = [ "10.0.0.11:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "nextcloud";
|
||||
static_configs = [{
|
||||
targets = [ "10.0.0.13:9002" ];
|
||||
}];
|
||||
}
|
||||
#{
|
||||
# job_name = "nextcloud";
|
||||
# static_configs = [{
|
||||
# targets = [ "10.0.0.13:9002" ];
|
||||
# }];
|
||||
#}
|
||||
# add vpn - check how to reach it first. most probably 10.100.0.1
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user