event_daily_report
Generate Markdown daily operations reports from Zabbix events, with configurable sections for severe, chronic, disaster, high-frequency, and short-recovery issues, and optional production-only filtering.
Instructions
生成运维日报 Markdown,展示条数默认与定时推送日报一致,可按章节覆盖或仅统计生产口径。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 日报日期,支持 yesterday 或 YYYY-MM-DD,默认 yesterday | yesterday |
| top_n_severe | No | 严重事件中严重子章节展示条数(>0前N条/0跳过章节/-1全部展示,默认-1) | |
| top_n_chronic | No | 持续型问题章节展示条数(>0前N条/0跳过章节/-1全部展示,默认-1) | |
| top_n_disaster | No | 严重事件中灾难子章节展示条数(>0前N条/0跳过章节/-1全部展示,默认-1) | |
| production_only | No | 是否仅统计生产口径,排除配置的测试网段(ZABBIX_TEST_NETWORKS)主机(默认False) | |
| top_n_high_frequency | No | 高频报警主机章节展示条数(>0前N条/0跳过章节/-1全部展示,默认20) | |
| top_n_short_recovery | No | 短时恢复型问题章节展示条数(>0前N条/0跳过章节/-1全部展示,默认-1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |