mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
add healthchecks client
This commit is contained in:
parent
c01ab8303c
commit
d59d5ac4e2
11 changed files with 630 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ class TelegramConfig:
|
|||
@dataclass
|
||||
class HealthchecksConfig:
|
||||
pinging_keys: str | dict[str, str]
|
||||
pinging_api_endpoint: str
|
||||
|
||||
def __post_init__(self):
|
||||
lines = self.pinging_keys.split()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue