diff --git a/VERSION b/VERSION index 1af304e..f8af30f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.97 \ No newline at end of file +1.2.98 \ No newline at end of file diff --git a/internal/handlers/system.go b/internal/handlers/system.go index c8c52e3..a1ac24a 100644 --- a/internal/handlers/system.go +++ b/internal/handlers/system.go @@ -194,6 +194,8 @@ var servicesToCheck = []struct{ Label, Unit string }{ {"unbound", "unbound"}, {"chrony", "chrony"}, {"squid", "squid"}, + {"kea-dhcp4", "kea-dhcp4-server"}, + {"freeradius", "freeradius"}, {"postgresql", "postgresql"}, {"crowdsec", "crowdsec"}, {"crowdsec-firewall-bouncer", "crowdsec-firewall-bouncer"},