monitoring: fix transmission url

This commit is contained in:
xinyangli 2025-02-11 17:05:27 +08:00
parent fe404baad0
commit 6bf1822141
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE

View file

@ -152,13 +152,13 @@ in
{ {
name = "loki"; name = "loki";
scheme = "http"; scheme = "http";
address = "thorite.coho-tet.ts.net"; address = "thorite.${internalDomain}";
port = 3100; port = 3100;
} }
{ {
name = "transmission"; name = "transmission";
scheme = "http"; scheme = "http";
address = transmissionExporterUrl; address = "weilite.${internalDomain}";
port = 19091; port = 19091;
} }
{ {