mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
Add public monitoring features and CI updates
- Add status pages, incidents, badges, maintenance, bulk ops, and metrics - Add Docker packaging, env example, and frontend routes - Refresh GitHub workflows and project metadata
This commit is contained in:
@@ -120,6 +120,12 @@ func ClearCollection(t testing.TB, app core.App, collectionName string) error {
|
||||
func (h *TestHub) Cleanup() {
|
||||
h.GetAlertManager().Stop()
|
||||
h.GetSystemManager().RemoveAllSystems()
|
||||
if ds := h.GetDomainScheduler(); ds != nil {
|
||||
ds.Stop()
|
||||
}
|
||||
if ms := h.GetMonitorScheduler(); ms != nil {
|
||||
ms.Stop()
|
||||
}
|
||||
h.TestApp.Cleanup()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user