From 6bf182214110ff57bfadcb12472cd10d5cdae030 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Tue, 11 Feb 2025 17:05:27 +0800 Subject: [PATCH] monitoring: fix transmission url --- machines/thorite/monitoring.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/thorite/monitoring.nix b/machines/thorite/monitoring.nix index e02ecad..8fe05e7 100644 --- a/machines/thorite/monitoring.nix +++ b/machines/thorite/monitoring.nix @@ -152,13 +152,13 @@ in { name = "loki"; scheme = "http"; - address = "thorite.coho-tet.ts.net"; + address = "thorite.${internalDomain}"; port = 3100; } { name = "transmission"; scheme = "http"; - address = transmissionExporterUrl; + address = "weilite.${internalDomain}"; port = 19091; } {