Replies: 1 comment 2 replies
-
Hello @ismaell14, Could you clarify which events you'd like to track in the logs? WireGuard itself doesn't emit specific events when peers restart or reload. From the server's perspective, the only clear indicator is that the "latest-handshake" counter stops updating, meaning no new packets are being exchanged. When the peer comes back online, the counter resumes as usual. Regarding my current implementation using RRDTool, I've mainly focused on representing traffic statistics. However, I recall starting to collect peer state information—marking peers as "online" if the latest handshake occurred within the last 5 minutes, or "offline" otherwise. The main issue I faced was finding an informative and intuitive way to visualize this data clearly in the user interface. Would such an approach cover your logging needs, or are you looking for something more specific? Additionally, could you share more details about the exact issues you're experiencing, and what signals or symptoms you've observed so far? This information will help me better understand your situation and suggest the most appropriate solution. Cheers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello how are you, would it be possible to add a log section, where you could check if any peer was restarted, reloaded or if something happened with it?
I have some very punctual problems when I have many active peers running, this would be good to better identify that problem, thanks.
Beta Was this translation helpful? Give feedback.
All reactions