mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
add docker registry monitoring
This commit is contained in:
parent
618ca3c9aa
commit
13723a6bb4
9 changed files with 221 additions and 32 deletions
|
|
@ -21,6 +21,7 @@ class AlertType(StrEnum):
|
|||
SMART = "SMART" # TODO
|
||||
RAID = "RAID" # TODO
|
||||
UPS = "UPS"
|
||||
UPDATE = "UPDATE"
|
||||
|
||||
|
||||
class Severity(Enum):
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import os
|
||||
from pathlib import Path
|
||||
|
||||
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / "config.json").resolve()
|
||||
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / ".." / "config.json").resolve()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue