Add alert tools, mutes, short status, and backup summary
This commit is contained in:
@@ -53,6 +53,7 @@ async def monitor_ssl(cfg: dict[str, Any], notify, bot, chat_id: int):
|
||||
f"⚠️ SSL `{name}` expires in {days_left}d (threshold {threshold}d)",
|
||||
level=level,
|
||||
key=f"ssl:{name}:{threshold}",
|
||||
category="ssl",
|
||||
)
|
||||
last_sent[key] = time.time()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user