mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +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,8 +2,7 @@ from enum import StrEnum
|
|||
|
||||
|
||||
class CheckSet(StrEnum):
|
||||
START = "start"
|
||||
STOP = "stop"
|
||||
SELF = "self"
|
||||
REMIND = "remind"
|
||||
|
||||
CPU = "cpu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue