# prometheus-weixin-webhook **Repository Path**: guohaohub/prometheus-weixin-webhook ## Basic Information - **Project Name**: prometheus-weixin-webhook - **Description**: prometheus使用企微wehook发送报警 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-10-18 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # prometheus-weixin-webhook #### 介绍 prometheus使用企微wehook发送报警 #### 软件架构 软件架构说明 #### 安装教程 go env -w GOOS=linux go build -o weixin main.go #### 启动 ./weixin ###配置 在alertmanager.yml route: group_by: ['alertname'] group_wait: 30s group_interval: 5m repeat_interval: 30m receiver: 'web.hook' receivers: - name: 'web.hook' webhook_configs: - url: 'http://localhost:1999/webhook/weixin/企微token' ### go env -w GOOS=windows