Monitor wireguard
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m32s

This commit is contained in:
Torjus Håkestad 2025-05-18 00:59:55 +02:00
parent 3797526000
commit bd58d07001
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 12 additions and 0 deletions

View File

@ -26,4 +26,8 @@
};
};
};
# monitoring
services.prometheus.exporters.wireguard = {
enable = true;
};
}

View File

@ -334,6 +334,14 @@
}
];
}
{
job_name = "wireguard";
static_configs = [
{
targets = [ "http-proxy.home.2rjus.net:9586" ];
}
];
}
];
};
}