Add acknowledged alert history and HTML email digests

This commit is contained in:
Maxim
2026-08-01 11:00:16 +03:00
parent 9e907f8455
commit 5491be2e0c
7 changed files with 280 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ import (
)
type Alert struct {
EventID int64 `json:"eventId,omitempty"`
ID string `json:"id"`
Severity string `json:"severity"`
Source string `json:"source"`