From 7600a4ad2b18bddd34421357af876ed9ab6accda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 16 Oct 2023 15:57:58 +0300 Subject: [PATCH] mtwork: scrape the right port --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 355b1fd..5de11c4 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -420,7 +420,7 @@ } { job_name = "mtwork.motiejus.jakst"; - static_configs = [{targets = ["${myData.hosts."mtwork.motiejus.jakst".jakstIP}:${port}"];}]; + static_configs = [{targets = ["${myData.hosts."mtwork.motiejus.jakst".jakstIP}:9100"];}]; } { job_name = "hacotest.servers.jakst";