PrometheusAlert icon indicating copy to clipboard operation
PrometheusAlert copied to clipboard

能否支持自定义的接收目标

Open TSLIU2022 opened this issue 1 year ago • 1 comments

我有一个内部的短信系统,能否配置为接收目标,相关参数为: headers = { "Accept": "application/json", "Content-Type": "application/json", "host": "alarm.sms.cmo" } response = requests.post('http://192.168.150.181/alarm/http/supportCenter', json=data, headers=headers)

请为可以配置吗?

TSLIU2022 avatar Jun 07 '24 11:06 TSLIU2022

可以试下PrometheusAlert的WebHook

feiyu563 avatar Jun 20 '24 03:06 feiyu563