我正在使用警报管理器的以下配置来发送普罗米修斯的 API 发布调用,但不知何故我无法得到它,下面是我的配置
我的烧瓶服务器在 localhost 的 9000 端口上运行,它接受 POST API 调用
global:
http_config: 'http://localhost:9000'
route:
group_by: ['alertname']
group_wait: 30s
group_interval: 10s
repeat_interval: 10s
receiver: test_api
routes:
- receiver: test_api
group_wait: 10s
match:
infra_grp: pse
receivers:
- name: "test_api"
webhook_configs:
send_resolved: true
url: '/test/test_host'