【发布时间】:2019-06-26 13:50:56
【问题描述】:
您好,我正在尝试使用 prometheus-alertmanager 的 webhook 开始向 Zoom 发送警报,但我不断收到错误消息
msg="Notify for alerts failed" num_alerts=1 err="cancelling notify retry for \"webhook\" due to unrecoverable error: unexpected status code 401
这是我的配置
global:
resolve_timeout: 30m
route:
receiver: 'zoom'
routes:
- match:
severity: warning
continue: true
receiver: zoom
group_by: ['resource']
group_wait: 10s
group_interval: 5m
repeat_interval: 3h
receivers:
- name: 'zoom'
webhook_configs:
- url: 'https://inbots.zoom.us/incoming/hook/<SECRET>/'
http_config:
bearer_token: '<SECRET>'
有没有人尝试将 Alertmanager 与 ZOOM 一起使用?
【问题讨论】:
标签: zooming webhooks prometheus-alertmanager