netbird/shared/relay
Zoltan Papp 3d4b502126
[server] Add health check HTTP endpoint for Relay server (#4297)
The health check endpoint listens on a dedicated HTTP server.
By default, it is available at 0.0.0.0:9000/health. This can be configured using the --health-listen-address flag.

The results are cached for 3 seconds to avoid excessive calls.

The health check performs the following:

Checks the number of active listeners.
Validates each listener via WebSocket and QUIC dials, including TLS certificate verification.
2025-08-13 10:40:04 +02:00
..
auth [misc] Move shared components to shared directory (#4286) 2025-08-05 15:22:58 +02:00
client [misc] Separate shared code dependencies (#4288) 2025-08-05 18:34:41 +02:00
healthcheck [misc] Separate shared code dependencies (#4288) 2025-08-05 18:34:41 +02:00
messages [misc] Separate shared code dependencies (#4288) 2025-08-05 18:34:41 +02:00
tls [server] Add health check HTTP endpoint for Relay server (#4297) 2025-08-13 10:40:04 +02:00
constants.go [misc] Separate shared code dependencies (#4288) 2025-08-05 18:34:41 +02:00