feat(dashboard): show HAProxy check_status code on DOWN servers

When a backend server is DOWN, the HAProxy card now shows the check_status
code (L4CON, L4TOUT, L7STS, L6CON, …) as a volcano-colored tag next to
the DOWN badge. Hovering shows a plain-English explanation of the failure
reason so operators can diagnose without leaving the dashboard. v1.1.116.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-27 17:08:34 +02:00
parent 1c60affd27
commit 7f4606ba16
5 changed files with 25 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ import (
"git.netcell-it.de/projekte/edgeguard-native/internal/services/tlscerts"
)
var version = "1.1.115"
var version = "1.1.116"
const (
// renewTickInterval — how often we re-evaluate expiring certs.