fix(ui): freeradius + kea-dhcp4 in Service-Status-Grid aufnehmen — v1.2.98
Das Dashboard-Service-Grid (servicesToCheck in system.go) listete weder freeradius (RADIUS, v1.2.93) noch kea-dhcp4-server (DHCP, v1.2.92). Beide sind via Depends installiert + default-disabled → erscheinen jetzt als 'Inaktiv' bis aktiviert. systemctl show liefert für disabled Units sauber inactive, kein Fehler. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -194,6 +194,8 @@ var servicesToCheck = []struct{ Label, Unit string }{
|
|||||||
{"unbound", "unbound"},
|
{"unbound", "unbound"},
|
||||||
{"chrony", "chrony"},
|
{"chrony", "chrony"},
|
||||||
{"squid", "squid"},
|
{"squid", "squid"},
|
||||||
|
{"kea-dhcp4", "kea-dhcp4-server"},
|
||||||
|
{"freeradius", "freeradius"},
|
||||||
{"postgresql", "postgresql"},
|
{"postgresql", "postgresql"},
|
||||||
{"crowdsec", "crowdsec"},
|
{"crowdsec", "crowdsec"},
|
||||||
{"crowdsec-firewall-bouncer", "crowdsec-firewall-bouncer"},
|
{"crowdsec-firewall-bouncer", "crowdsec-firewall-bouncer"},
|
||||||
|
|||||||
Reference in New Issue
Block a user