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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user