Monitor AWS Health Dashboard for active incidents and notify via configurable channels (Feishu, Telegram, Slack, Discord, etc.). Activate when user wants to watch AWS service health, set up alerts for AWS outages, or check current AWS regional incidents. Covers global, eu-central-1, ap-northeast-1, and me-central-1 (UAE) regions. Supports HTTP proxy for restricted network environments.
监控 AWS Health Dashboard 活跃故障,变更时推送通知(支持飞书、Telegram、Slack、Discord 等)。
脚本所有关键参数通过环境变量注入,不硬编码:
| 环境变量 | 说明 | 默认值 |
|---|---|---|
| HTTPSPROXY / HTTPPROXY | 出口代理 | 不使用代理 |
| AWSHEALTHNOTIFY_CHANNEL |
示例:只监控法兰克福和东京的 EC2、RDS
bash
export AWSHEALTHWATCH_REGIONS=eu-central-1,ap-northeast-1
export AWSHEALTHWATCH_SERVICES=Amazon EC2,Amazon RDS
bash
/5 * export httpproxy=http://
参考 references/aws-health-ignore.example.json,支持两种忽略方式:
json
{
arns: [arn:aws:health:me-central-1::event/...], // 精确忽略单个 issue
services: [Amazon WorkSpaces, AWS IoT Core] // 按服务名模糊忽略
}
修改后保存即生效,下次轮询自动跳过。
[新故障] | AWS Health Dashboard
Region:UAE
服务:Multiple services
状态:调查中(Increased Error Rates)
首发:2026-03-01 20:51 CST
更新:2026-03-02 13:59 CST
根因:电源故障、数据中心火灾/物理损坏
We are investigating issues with AWS services in the ME-CENTRAL-1 Region
最新进展:
We are investigating additional connectivity issues and error rates...
https://health.aws.amazon.com/health/status
脚本通过正则匹配 event_log 所有消息文本,识别以下根因类型:
电源故障、数据中心物理损坏、网络故障、连通性问题、硬件故障、软件 Bug、配置变更/错误、变更发布问题、容量/资源耗尽、DNS 问题、证书/TLS 问题、存储故障、内存问题、流量异常/DDoS、上游/第三方问题。
匹配到多个时用顿号拼接;未匹配则显示暂无明确根因。
GET https://health.aws.amazon.com/public/currentevents(UTF-16 编码 JSON)
旧接口 https://status.aws.amazon.com/data.json 已 301 重定向至此。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 aws-health-monitor-1776282685 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 aws-health-monitor-1776282685 技能
skillhub install aws-health-monitor-1776282685
文件大小: 7.04 KB | 发布时间: 2026-4-16 17:58