mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
nixos/servnerr-3: scrape wireguard exporter on router
This commit is contained in:
parent
5d3b50d2a9
commit
3ffadae769
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ in {
|
|||
[ "switch-livingroom01" "switch-office01" "ap-livingroom02" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "wireguard";
|
||||
static_configs = [{ targets = [ "routnerr-2:9586" ]; }];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue