mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
parse UPS data
This commit is contained in:
parent
aac320a0c8
commit
fd2624040c
3 changed files with 53 additions and 5 deletions
|
|
@ -19,6 +19,7 @@ class AlertType(StrEnum):
|
|||
LOGIN = "LOGIN" # TODO
|
||||
SMART = "SMART" # TODO
|
||||
RAID = "RAID" # TODO
|
||||
UPS = "UPS"
|
||||
|
||||
|
||||
class Severity(Enum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue