Expand guest metrics and add Proxmox maintenance overview

This commit is contained in:
Maxim
2026-08-01 11:38:03 +03:00
parent 5491be2e0c
commit ad8972320d
8 changed files with 536 additions and 38 deletions

View File

@@ -138,7 +138,7 @@ func (s *Store) SaveThresholds(value AlertThresholds) error {
}
func defaultEmailSettings() EmailSettings {
return EmailSettings{Port: 587, IntervalMinutes: 60, Severities: []string{"critical", "warning"}, Sources: []string{"CPU", "Память", "Storage", "Диски", "ZFS", "UPS", "VM/LXC", "Dashboard"}}
return EmailSettings{Port: 587, IntervalMinutes: 60, Severities: []string{"critical", "warning"}, Sources: []string{"CPU", "Память", "Storage", "Диски", "ZFS", "UPS", "VM/LXC", "Proxmox", "Dashboard"}}
}
func (s *Store) EmailSettings(includePassword bool) EmailSettings {