fix(alerts): 收斂 Telegram 告警到 SRE 戰情室
This commit is contained in:
@@ -29,10 +29,8 @@ class TelegramWebhookProvider(NotificationProvider):
|
||||
|
||||
@property
|
||||
def enabled(self) -> bool:
|
||||
"""檢查 Telegram bot token 與 chat ID 是否配置"""
|
||||
return bool(settings.OPENCLAW_TG_BOT_TOKEN) and bool(
|
||||
settings.SRE_GROUP_CHAT_ID or settings.OPENCLAW_TG_CHAT_ID
|
||||
)
|
||||
"""檢查 Telegram bot token 與 AwoooI SRE 戰情室是否配置。"""
|
||||
return bool(settings.OPENCLAW_TG_BOT_TOKEN) and bool(settings.SRE_GROUP_CHAT_ID)
|
||||
|
||||
def _format(self, msg: NotificationMessage) -> str:
|
||||
"""格式化執行結果為 Telegram 訊息"""
|
||||
|
||||
Reference in New Issue
Block a user