From c3c97775a18e563d7107a67bea5c397432f83d48 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 14:27:46 -0400 Subject: [PATCH] mon: add pdr + iceshrimp + s-e --- nixos/hosts/monitoring/default.nix | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 99996c2..d1bc2d1 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -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"; + } ]; };