event_monthly_report
Generate a monthly operations report in Markdown from Zabbix events, with configurable section limits and optional production-only filtering for accurate operational insights.
Instructions
生成运维月报 Markdown,展示条数默认与定时推送月报一致,可按章节覆盖或仅统计生产口径。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | 月报月份,支持 last_month 或 YYYY-MM,默认 last_month | last_month |
| top_n_severe | No | 严重事件中严重子章节展示条数(>0前N条/0跳过章节/-1全部展示,默认10) | |
| top_n_chronic | No | 持续型问题章节展示条数(>0前N条/0跳过章节/-1全部展示,默认10) | |
| top_n_regular | No | 规律型问题章节展示条数(>0前N条/0跳过章节/-1全部展示,默认5) | |
| top_n_disaster | No | 严重事件中灾难子章节展示条数(>0前N条/0跳过章节/-1全部展示,默认5) | |
| production_only | No | 是否仅统计生产口径,排除配置的测试网段(ZABBIX_TEST_NETWORKS)主机(默认False) | |
| top_n_high_frequency | No | 高频报警主机章节展示条数(>0前N条/0跳过章节/-1全部展示,默认10) | |
| top_n_short_recovery | No | 短时恢复型问题章节展示条数(>0前N条/0跳过章节/-1全部展示,默认5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |