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";
|
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;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue