monitoring: fix transmission url
This commit is contained in:
parent
fe404baad0
commit
6bf1822141
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue