1
0
Fork 0
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:
Matt Layher 2020-04-30 16:01:39 -04:00
parent 5d3b50d2a9
commit 3ffadae769

View file

@ -131,6 +131,10 @@ in {
[ "switch-livingroom01" "switch-office01" "ap-livingroom02" ];
}];
}
{
job_name = "wireguard";
static_configs = [{ targets = [ "routnerr-2:9586" ]; }];
}
];
};
}