ccfos / nightingale

An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.
https://flashcat.cloud/docs/
Apache License 2.0
9.42k stars 1.38k forks source link

使用自己新增的通知媒介、通知模板和联系方式,发送告警消息的时候会报错 no sender channel: xxx #2022

Closed DuanxianshengGO closed 1 month ago

DuanxianshengGO commented 1 month ago

Question and Steps to reproduce

使用自己新增的通知媒介、通知模板和联系方式,发送告警消息的时候会报错 no sender channel: xxx

Relevant logs and configurations

DEBUG dispatch/dispatch.go:246 no sender for channel: feishuos

Version

7.0

UlricQin commented 1 month ago

不用关心,那只是一个debug,表示的意思是:go 代码中没有内置实现相关的 channel 的发送逻辑,这是符合预期的,因为自定义的通知媒介一般是在自定义脚本里实现发送的