mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:00:32 +01:00
Add wg monitor to prometheus
This commit is contained in:
parent
5dea678ae1
commit
d9839c1472
|
@ -20,6 +20,9 @@
|
||||||
enabledCollectors = ["systemd" "sysctl" "powersupplyclass"];
|
enabledCollectors = ["systemd" "sysctl" "powersupplyclass"];
|
||||||
port = 9002;
|
port = 9002;
|
||||||
};
|
};
|
||||||
|
wireguard = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue