login alerts

This commit is contained in:
Alex 2025-01-07 02:52:19 +03:00
parent 3eb358d618
commit 0e177210f6
10 changed files with 85 additions and 5 deletions

View file

@ -8,7 +8,7 @@ class AlertType(StrEnum):
CPU = "CPU"
TEMP = "TEMP"
VULN = "VULN"
LOGIN = "LOGIN" # TODO
LOGIN = "LOGIN"
SMART = "SMART" # TODO
RAID = "RAID"
DISKS = "DISKS"