ram and cpu monitoring

This commit is contained in:
Alex 2024-07-27 18:10:40 +03:00
parent 5bbcf95015
commit 4fd3391c70
5 changed files with 93 additions and 8 deletions

View file

@ -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