mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
vulnix integration
This commit is contained in:
parent
758438382d
commit
436855d8c1
11 changed files with 172 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ class AlertType(StrEnum):
|
|||
BOOT = "BOOT"
|
||||
TEMP = "TEMP"
|
||||
TEST = "TEST"
|
||||
# ERROR = "ERROR"
|
||||
VULN = "VULN"
|
||||
ERROR = "ERROR"
|
||||
# RAM = "RAM"
|
||||
# CPU = "CPU"
|
||||
# VULN = "VULN"
|
||||
# LOGIN = "LOGIN"
|
||||
# SMART = "SMART" # TODO
|
||||
# RAID = "RAID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue