mon: add pdr + iceshrimp + s-e
This commit is contained in:
parent
843eea6aac
commit
c3c97775a1
1 changed files with 12 additions and 5 deletions
|
@ -54,23 +54,22 @@
|
||||||
(static "aerial" [ node ])
|
(static "aerial" [ node ])
|
||||||
(static "pineapple" [ node nginx ])
|
(static "pineapple" [ node nginx ])
|
||||||
(static "ps2live" [ node ])
|
(static "ps2live" [ node ])
|
||||||
(static "mango" [ node ])
|
|
||||||
(static "happystaticbuzz" [ node ])
|
|
||||||
(static "keylime" [ node ])
|
(static "keylime" [ node ])
|
||||||
(static "keysmash" [ node ])
|
|
||||||
(static "cider" [ node ])
|
(static "cider" [ node ])
|
||||||
(static "monitoring" [ node ])
|
(static "monitoring" [ node ])
|
||||||
(static "ingress-proxy" [ node nginx ])
|
(static "ingress-proxy" [ node nginx ])
|
||||||
|
(static "porcelain-doll-repair" [ node ])
|
||||||
|
(static "sapphic-engineer" [ node ])
|
||||||
{
|
{
|
||||||
job_name = "pve_node";
|
job_name = "pve_node";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{ targets = [ "192.168.1.128:${builtins.toString node}" ]; }
|
{ targets = [ "10.69.0.1:${builtins.toString node}" ]; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "pve_pve";
|
job_name = "pve_pve";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{ targets = [ "192.168.1.128:${builtins.toString pve}" ]; }
|
{ targets = [ "10.69.0.1:${builtins.toString pve}" ]; }
|
||||||
];
|
];
|
||||||
metrics_path = "/pve";
|
metrics_path = "/pve";
|
||||||
params = {
|
params = {
|
||||||
|
@ -87,6 +86,14 @@
|
||||||
metrics_path = "/metrics/combined";
|
metrics_path = "/metrics/combined";
|
||||||
scheme = "https";
|
scheme = "https";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "porcelain-doll-repair-iceshrimp";
|
||||||
|
static_configs = [
|
||||||
|
{ targets = [ "porcelain.doll.repair" ]; }
|
||||||
|
];
|
||||||
|
metrics_path = "/metrics";
|
||||||
|
scheme = "https";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue