add alert collection and status alerts

This commit is contained in:
Henry Dollman
2024-07-14 22:26:13 -04:00
parent ef3a24325c
commit 2e48aa5560
3 changed files with 149 additions and 9 deletions

View File

@@ -47,3 +47,9 @@ type ContainerStats struct {
Mem float64 `json:"m"`
// MemPct float64 `json:"mp"`
}
type EmailData struct {
to string
subj string
body string
}