pretense on port 23

This commit is contained in:
nora 2024-08-10 14:18:49 +02:00
parent 775b85031e
commit 7a0503a91c
3 changed files with 34 additions and 2 deletions

View file

@ -51,6 +51,17 @@
{ targets = [ "dns2.local:9433" ]; }
];
}
{
job_name = "pretense";
static_configs = [
{ targets = [ "dns1.local:9150" ]; }
{ targets = [ "dns2.local:9150" ]; }
{ targets = [ "vps1.local:9150" ]; }
{ targets = [ "vps3.local:9150" ]; }
{ targets = [ "vps4.local:9150" ]; }
{ targets = [ "vps5.local:9150" ]; }
];
}
];
};