From 180705c6973e2b4b4215e1a63f5fc24cf9cac60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 3 Aug 2024 05:43:54 +0300 Subject: [PATCH] enable prometheus --- hosts/fwminex/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index a8dc1b6..9d5b773 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -83,7 +83,7 @@ in }; prometheus = { - enable = false; + enable = true; port = myData.ports.prometheus; retentionTime = "1y"; @@ -118,8 +118,8 @@ in static_configs = [ { targets = [ "${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}:${port}" ]; } ]; } { - job_name = "fwminex.servers.jakst"; - static_configs = [ { targets = [ "${myData.hosts."fwminex.servers.jakst".jakstIP}:${port}" ]; } ]; + job_name = "vno1-oh2.servers.jakst"; + static_configs = [ { targets = [ "${myData.hosts."vno1-oh2.servers.jakst".jakstIP}:${port}" ]; } ]; } { job_name = "mtworx.motiejus.jakst";