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 "pineapple" [ node nginx ])
|
||||
(static "ps2live" [ node ])
|
||||
(static "mango" [ node ])
|
||||
(static "happystaticbuzz" [ node ])
|
||||
(static "keylime" [ node ])
|
||||
(static "keysmash" [ node ])
|
||||
(static "cider" [ node ])
|
||||
(static "monitoring" [ node ])
|
||||
(static "ingress-proxy" [ node nginx ])
|
||||
(static "porcelain-doll-repair" [ node ])
|
||||
(static "sapphic-engineer" [ node ])
|
||||
{
|
||||
job_name = "pve_node";
|
||||
static_configs = [
|
||||
{ targets = [ "192.168.1.128:${builtins.toString node}" ]; }
|
||||
{ targets = [ "10.69.0.1:${builtins.toString node}" ]; }
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "pve_pve";
|
||||
static_configs = [
|
||||
{ targets = [ "192.168.1.128:${builtins.toString pve}" ]; }
|
||||
{ targets = [ "10.69.0.1:${builtins.toString pve}" ]; }
|
||||
];
|
||||
metrics_path = "/pve";
|
||||
params = {
|
||||
|
@ -87,6 +86,14 @@
|
|||
metrics_path = "/metrics/combined";
|
||||
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