mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
nuc: rework torrent vpn and add exporter
This commit is contained in:
parent
3d572d7a38
commit
aad5133e9e
11 changed files with 82 additions and 23 deletions
|
@ -141,6 +141,12 @@ in
|
|||
targets = [ "nuc.vpn.rfive.de:9300" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "qbittorrent";
|
||||
static_configs = [{
|
||||
targets = [ "nuc.vpn.rfive.de:8009" ];
|
||||
}];
|
||||
}
|
||||
# {
|
||||
# job_name = "pegel_dresden";
|
||||
# metrics_path = "/probe";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue