mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
ram and cpu monitoring
This commit is contained in:
parent
5bbcf95015
commit
4fd3391c70
5 changed files with 93 additions and 8 deletions
|
|
@ -11,8 +11,8 @@ from alerting.common import CREDS_FILE, ROOM_ID
|
|||
|
||||
class AlertType(StrEnum):
|
||||
TEST = "TEST"
|
||||
RAM = "RAM" # TODO
|
||||
CPU = "CPU" # TODO
|
||||
RAM = "RAM"
|
||||
CPU = "CPU"
|
||||
TEMP = "TEMP"
|
||||
LOGIN = "LOGIN" # TODO
|
||||
SMART = "SMART" # TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue