mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-12 13:45:20 +00:00
try to use OK alerts to reflect successful checks
This commit is contained in:
parent
d59d5ac4e2
commit
5f9952314d
8 changed files with 22 additions and 17 deletions
|
|
@ -22,7 +22,7 @@ class AlertType(StrEnum):
|
|||
|
||||
|
||||
class Severity(IntEnum):
|
||||
OK = 0 # should only be used when persistent alerts resolve
|
||||
OK = 0
|
||||
INFO = 1
|
||||
WARNING = 2
|
||||
CRITICAL = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue