modules/monitoring: add sing-box monitoring
This commit is contained in:
parent
e4fd9e8b23
commit
dacd22b7d2
6 changed files with 69 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
enable = true;
|
||||
node.enable = true;
|
||||
blackbox.enable = true;
|
||||
v2ray.enable = true;
|
||||
};
|
||||
|
||||
custom.monitoring = {
|
||||
|
|
|
@ -165,6 +165,11 @@ in
|
|||
hostAddress = "fra-00.coho-tet.ts.net";
|
||||
targetAddresses = chinaTargets;
|
||||
}
|
||||
])
|
||||
++ (mkV2rayScrapes [
|
||||
{ address = "la-00.coho-tet.ts.net"; }
|
||||
{ address = "hk-00.coho-tet.ts.net"; }
|
||||
{ address = "fra-00.coho-tet.ts.net"; }
|
||||
]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue