From c56acc18cf2ff7516c412fdd11e4724fafea4ee6 Mon Sep 17 00:00:00 2001 From: Xe Date: Wed, 23 Feb 2022 11:34:25 -0500 Subject: [PATCH] chrysalis: add itsuki to monitoring Signed-off-by: Xe --- hosts/chrysalis/prometheus.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/hosts/chrysalis/prometheus.nix b/hosts/chrysalis/prometheus.nix index adfa162..f9dd788 100644 --- a/hosts/chrysalis/prometheus.nix +++ b/hosts/chrysalis/prometheus.nix @@ -57,31 +57,35 @@ # computers { job_name = "chrysalis"; - static_configs = [{ targets = [ "chrysalis:9100" "chrysalis:9586" ]; }]; + static_configs = [{ targets = [ "chrysalis:9100" ]; }]; } { job_name = "shachi"; - static_configs = [{ targets = [ "shachi:9100" "shachi:9586" ]; }]; + static_configs = [{ targets = [ "shachi:9100" ]; }]; } { job_name = "lufta"; - static_configs = [{ targets = [ "lufta:9100" "lufta:9586" ]; }]; + static_configs = [{ targets = [ "lufta:9100" ]; }]; + } + { + job_name = "itsuki"; + static_configs = [{ targets = [ "itsuki:9100" ]; }]; } { job_name = "kos-mos"; - static_configs = [{ targets = [ "kos-mos:9100" "kos-mos:9586" ]; }]; + static_configs = [{ targets = [ "kos-mos:9100" ]; }]; } { job_name = "logos"; - static_configs = [{ targets = [ "logos:9100" "logos:9586" ]; }]; + static_configs = [{ targets = [ "logos:9100" ]; }]; } { job_name = "ontos"; - static_configs = [{ targets = [ "ontos:9100" "ontos:9586" ]; }]; + static_configs = [{ targets = [ "ontos:9100" ]; }]; } { job_name = "pneuma"; - static_configs = [{ targets = [ "pneuma:9100" "pneuma:9586" ]; }]; + static_configs = [{ targets = [ "pneuma:9100" ]; }]; } ];