AliyunContainerService / kube-eventer

kube-eventer emit kubernetes events to sinks
Apache License 2.0
1.01k stars 278 forks source link

sink 配置飞书的webhook,提示: failed to send event to WebHook sink,because of failed to send msg to sink, because the response code is 404 #154

Closed Pefeng closed 2 years ago

Pefeng commented 4 years ago

configMap如下:

apiVersion: v1 data: content: '{ "msg_type": "text", "content": {"text": "EventType:{{ .Type }}\nEventKind:{{ .InvolvedObject.Kind }}\nEventReason:{{ .Reason }}\nEventTime:{{ .LastTimestamp }}\nEventMessage:{{ .Message }}"} }' kind: ConfigMap name: custom-webhook-body namespace: kube-system

ringtail commented 4 years ago

because the response code is 404。可能要检查下远端的hook地址是否存在

jicki commented 4 years ago

configMap如下:

apiVersion: v1 data: content: '{ "msg_type": "text", "content": {"text": "EventType:{{ .Type }}\nEventKind:{{ .InvolvedObject.Kind }}\nEventReason:{{ .Reason }}\nEventTime:{{ .LastTimestamp }}\nEventMessage:{{ .Message }}"} }' kind: ConfigMap name: custom-webhook-body namespace: kube-system

请问一下你这边有没有配置好这个飞书吗

Pefeng commented 4 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

ringtail commented 4 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

我这边没有飞书的环境,是否可以加入到开发者群,我们交互式的看下

jicki commented 4 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

呃请问一下这个 configmap 的信息就是如上面那个吗?? 我这边配置好像也是提示你这个错误 404

Pefeng commented 4 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

呃请问一下这个 configmap 的信息就是如上面那个吗?? 我这边配置好像也是提示你这个错误 404

是的,就是关联上面自定义的configmap

langhuadb commented 3 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

呃请问一下这个 configmap 的信息就是如上面那个吗?? 我这边配置好像也是提示你这个错误 404

是的,就是关联上面自定义的configmap

这个问题解决了嘛,我这边也是404 image image image

ringtail commented 3 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

呃请问一下这个 configmap 的信息就是如上面那个吗?? 我这边配置好像也是提示你这个错误 404

是的,就是关联上面自定义的configmap

这个问题解决了嘛,我这边也是404 image image image

麻烦看下是否是URL中缺少了

langhuadb commented 3 years ago

有配置好飞书的webhook的,直接用curl都可以调用的 image

呃请问一下这个 configmap 的信息就是如上面那个吗?? 我这边配置好像也是提示你这个错误 404

是的,就是关联上面自定义的configmap

这个问题解决了嘛,我这边也是404 image image image

麻烦看下是否是URL中缺少了

感谢提示,解决了

yxiaoy6 commented 3 years ago

我的日志中也有相关报错,但我飞书群是有收到报警信息的,请问是什么原因呢? image

ringtail commented 3 years ago

400的话应该是参数错误,可以看下飞书是否增加了加签或者其他的必要参数