mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-12 13:45:20 +00:00
send start and stop healthchecks signals correctly
This commit is contained in:
parent
13fd4b05d9
commit
878a4fc092
8 changed files with 54 additions and 38 deletions
|
|
@ -2,7 +2,7 @@ from enum import IntEnum, StrEnum
|
|||
|
||||
|
||||
class AlertType(StrEnum):
|
||||
BOOT = "BOOT"
|
||||
SELF = "SELF"
|
||||
ERROR = "ERROR"
|
||||
TEST = "TEST"
|
||||
REMIND = "REMIND"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue