# prometheus-webhook-weixin **Repository Path**: john5/prometheus-webhook-weixin ## Basic Information - **Project Name**: prometheus-webhook-weixin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 构建镜像 docker build -t dockerhub.kubekey.local/prom/prometheus-alert-webhook:26 . docker dockerhub.kubekey.local/prom/prometheus-alert-webhook:26 # 配置普罗米修斯 微信地址, 和prometheus一起apply vim alertmanager.yaml - url: 'http://prometheus-webhook-wechat-service.default.svc:80/webhook' # 创建secret 和 pod kubectl apply -f 2-webhook.yaml # 应用template告警模板,这里可以不用模板,因为 go程序中自带模板 ,用了也没用