[监控] 告警日志查看 — 历史记录与通知配置 #13

Closed
opened 2026-05-05 01:01:29 +08:00 by admin · 0 comments
Owner

背景

告警触发后需要可追溯,当前没有告警日志页面。

需求

  1. 告警历史列表:时间、级别、内容、是否已读
  2. 告警详情:触发条件快照、关联执行记录
  3. 通知配置:邮件/Webhook/飞书通知渠道设置
  4. 支持按时间范围、级别筛选

涉及模块

  • frontend/src/views/ — 新增 AlertHistory.vue
  • backend/app/api/alert_rules.py — 确认有历史查询 API

优先级

中 — 告警闭环最后一环

## 背景 告警触发后需要可追溯,当前没有告警日志页面。 ## 需求 1. 告警历史列表:时间、级别、内容、是否已读 2. 告警详情:触发条件快照、关联执行记录 3. 通知配置:邮件/Webhook/飞书通知渠道设置 4. 支持按时间范围、级别筛选 ## 涉及模块 - frontend/src/views/ — 新增 AlertHistory.vue - backend/app/api/alert_rules.py — 确认有历史查询 API ## 优先级 中 — 告警闭环最后一环
admin self-assigned this 2026-05-05 01:01:29 +08:00
admin closed this issue 2026-05-10 14:25:48 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#13