From b92e572c9413bef9244e6244a08905400f445e5f Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 3 Jan 2023 20:28:58 -0500 Subject: [PATCH] scape joker Signed-off-by: Xe --- hosts/chrysalis/prometheus.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/chrysalis/prometheus.nix b/hosts/chrysalis/prometheus.nix index 6d61317..05d05f3 100644 --- a/hosts/chrysalis/prometheus.nix +++ b/hosts/chrysalis/prometheus.nix @@ -64,6 +64,10 @@ job_name = "chrysalis"; static_configs = [{ targets = [ "chrysalis:9100" ]; }]; } + { + job_name = "joker"; + static_configs = [{ targets = [ "joker:9100" ]; }]; + } { job_name = "firgu"; static_configs = [{ targets = [ "firgu:9100" ]; }];