From 814ebc69ac9fdffaea241a7ab24f7c9f1a33e53a Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 16 Mar 2026 14:01:18 +0100 Subject: [PATCH] fix: grammar in WireGuard rule comment --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 5a1d003..5bb17f5 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -3839,7 +3839,7 @@ groups: comments: | The threshold of 300 seconds (5 minutes) is a rough default. WireGuard peers that are idle but reachable typically re-handshake every 2 minutes. Adjust based on your keepalive interval. - The `> 0` guard excludes peers that have never handshaked (covered by a separate rule). + The `> 0` guard excludes peers that have never completed a handshake (covered by a separate rule). - name: WireGuard peer handshake never established description: "WireGuard peer {{ $labels.public_key }} on interface {{ $labels.interface }} has never completed a handshake. Check peer configuration and network connectivity." query: 'wireguard_latest_handshake_seconds == 0'