mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
remind about persistent alerts
This commit is contained in:
parent
2c234b2fd0
commit
f691180e9b
9 changed files with 115 additions and 30 deletions
|
|
@ -4,6 +4,7 @@ from enum import StrEnum
|
|||
class CheckSet(StrEnum):
|
||||
START = "start"
|
||||
STOP = "stop"
|
||||
REMIND = "remind"
|
||||
|
||||
CPU = "cpu"
|
||||
RAM = "ram"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue