parent
f3cf514970
commit
426c05db53
|
@ -38,6 +38,26 @@
|
||||||
static_configs = [{ targets = [ "lufta:23818" ]; }];
|
static_configs = [{ targets = [ "lufta:23818" ]; }];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# xedn
|
||||||
|
{
|
||||||
|
job_name = "xedn";
|
||||||
|
metrics_path = "/debug/varz";
|
||||||
|
static_configs = [
|
||||||
|
{
|
||||||
|
targets = [ "xedn-fra:80" ];
|
||||||
|
labels.region = "fra";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
targets = [ "xedn-sea:80" ];
|
||||||
|
labels.region = "sea";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
targets = [ "xedn-yyz:80" ];
|
||||||
|
labels.region = "yyz";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
# computers
|
# computers
|
||||||
{
|
{
|
||||||
job_name = "chrysalis";
|
job_name = "chrysalis";
|
||||||
|
@ -76,17 +96,13 @@
|
||||||
static_configs = [{ targets = [ "pneuma:9100" ]; }];
|
static_configs = [{ targets = [ "pneuma:9100" ]; }];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "akkoma";
|
job_name = "akko";
|
||||||
scheme = "https";
|
static_configs = [{ targets = [ "akko:9100" ]; }];
|
||||||
metrics_path = "/api/pleroma/app_metrics";
|
|
||||||
static_configs = [{ targets = [ "akko.within.website" ]; }];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = { enable = true; };
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
wireguard.enable = true;
|
wireguard.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue