配置警报管理器以使用传入的网络钩子将通知推送到我的环形中央glip应用程序

问题描述

我最近使用 PrometheusAlert-manager 实施了监控服务,一切正常,如果我的实例收到通知rules.yml 文件

我想为我的 Ringcentral (glip) 应用设置警报管理器通知。由于 glip 应用是开源/免费的消息和协作应用。

基本上,promethues 官方文档说我们可以配置 alertmanager 以将通知发送到 slack,wechat etc 而我希望我的 alertmanager 通知我的应用程序

Ring central (glip) status

team - myteam
incoming webhook - enabled
api status - ok
api_key - I have the glip api for the specific team

这是我的

alertmanager.yml

global:
  resolve_timeout: 10s

route:
  group_by: ['alertname','client']
  group_wait: 10s
  group_interval: 10s
  repeat_interval: 30s
  receiver: 'serviceNow-receiver-1'

receivers:
- name: 'serviceNow-receiver-1'
  webhook_configs:
  - url: "https://hooks.glip.com/webhook/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9###"
    send_resolved: true

我的 glip 应用没有收到任何通知,我是否错过了任何配置?让我知道,对此有什么解决方案?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)