From 2ac95493b65c059a4bca4825844ead58e8fb5593 Mon Sep 17 00:00:00 2001 From: Xe Date: Wed, 23 Feb 2022 11:51:47 -0500 Subject: [PATCH] firgu 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 f9dd788..6213882 100644 --- a/hosts/chrysalis/prometheus.nix +++ b/hosts/chrysalis/prometheus.nix @@ -59,6 +59,10 @@ job_name = "chrysalis"; static_configs = [{ targets = [ "chrysalis:9100" ]; }]; } + { + job_name = "firgu"; + static_configs = [{ targets = [ "firgu:9100" ]; }]; + } { job_name = "shachi"; static_configs = [{ targets = [ "shachi:9100" ]; }];