From d9839c14723493f43a27a9ebb8032d5d8f933727 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 16 Jun 2024 11:52:36 +0200 Subject: [PATCH] Add wg monitor to prometheus --- hosts/x86_64-linux/beleth/monitoring.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/x86_64-linux/beleth/monitoring.nix b/hosts/x86_64-linux/beleth/monitoring.nix index 9b28cda..fef1e67 100644 --- a/hosts/x86_64-linux/beleth/monitoring.nix +++ b/hosts/x86_64-linux/beleth/monitoring.nix @@ -20,6 +20,9 @@ enabledCollectors = ["systemd" "sysctl" "powersupplyclass"]; port = 9002; }; + wireguard = { + enable = true; + }; }; scrapeConfigs = [ {