commit 7600a4ad2b18bddd34421357af876ed9ab6accda (tree) parent 1d262ec6d24a15c2dbfe7fb1c6584980bedfe320 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 16 Oct 2023 15:57:58 +0300 mtwork: scrape the right port Diffstat:
| M | 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 @@ -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";