mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
login alerts
This commit is contained in:
parent
3eb358d618
commit
0e177210f6
10 changed files with 85 additions and 5 deletions
|
|
@ -38,11 +38,17 @@ class CheckWearoutConfig(NestedDeserializableDataclass):
|
|||
disks: list[CheckWearoutDiskConfig]
|
||||
|
||||
|
||||
@dataclass
|
||||
class CheckLoginConfig:
|
||||
hostname: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class ChecksConfig(NestedDeserializableDataclass):
|
||||
docker_registry: CheckDockerRegistryConfig
|
||||
raid: CheckRaidConfig
|
||||
wearout: CheckWearoutConfig
|
||||
login: CheckLoginConfig
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue