claude强化功能
This commit is contained in:
@@ -60,7 +60,7 @@ def check_alerts():
|
||||
# 触发后向已配置渠道推送(站外)
|
||||
if push_msgs and notifier.any_enabled():
|
||||
try:
|
||||
notifier.notify("【智策预警】" + (push_msgs[0] if len(push_msgs) == 1 else f"{len(push_msgs)} 条预警触发"),
|
||||
notifier.notify("【Blackdata预警】" + (push_msgs[0] if len(push_msgs) == 1 else f"{len(push_msgs)} 条预警触发"),
|
||||
"\n".join(push_msgs))
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user