monitoring: add radarr, sonarr and transmission
This commit is contained in:
parent
bc55ae7b8b
commit
fe404baad0
7 changed files with 115 additions and 3 deletions
|
@ -13,6 +13,7 @@ let
|
|||
grafanaUrl
|
||||
ntfyUrl
|
||||
internalDomain
|
||||
transmissionExporterUrl
|
||||
;
|
||||
removeHttps = s: lib.removePrefix "https://" s;
|
||||
in
|
||||
|
@ -154,6 +155,24 @@ in
|
|||
address = "thorite.coho-tet.ts.net";
|
||||
port = 3100;
|
||||
}
|
||||
{
|
||||
name = "transmission";
|
||||
scheme = "http";
|
||||
address = transmissionExporterUrl;
|
||||
port = 19091;
|
||||
}
|
||||
{
|
||||
name = "sonarr";
|
||||
scheme = "http";
|
||||
address = "weilite.${internalDomain}";
|
||||
port = 21560;
|
||||
}
|
||||
{
|
||||
name = "radarr";
|
||||
scheme = "http";
|
||||
address = "weilite.${internalDomain}";
|
||||
port = 21561;
|
||||
}
|
||||
])
|
||||
++ (mkCaddyScrapes [
|
||||
{ address = "thorite.coho-tet.ts.net"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue