当前位置:网站首页>Kuboard can't send email and nail alarm problem is solved
Kuboard can't send email and nail alarm problem is solved
2022-07-07 07:13:00 【I don't know or care】
According to the official document, it has been installed and set successfully , Also started a busybox Containers , Let it crash and restart all the time to trigger alarm messages and nail messages . Found unable to receive mail , Also can't receive nail message .
see kuboard / alertmanager-main journal , It can be seen that the email and nailing message send an error .
level=warn ts=2022-05-27T15:32:50.287Z caller=notify.go:723 component=dispatcher receiver=Critical integration=email[0] msg="Notify attempt failed, will retry later" attempts=1 err="'require_tls' is true (default) but \"smtp.exmail.qq.com:465\" does not advertise the STARTTLS extension"
level=error ts=2022-05-27T15:35:07.518Z caller=dispatch.go:310 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="Default/webhook[0]: notify retry canceled due to unrecoverable error after 1 attempts: unexpected status code 404: http://dingtalk:8060/dingtalk/Default-shzdp/send; Default/email[0]: notify retry canceled after 17 attempts: 'require_tls' is true (default) but \"smtp.exmail.qq.com:465\" does not advertise the STARTTLS extension"
Email alert :
I am using QQ Enterprise mailbox , I can't send alarm emails all the time ,smtp.exmail.qq.com:465, After analyzing the error log, it is found that it needs to be closed TLS Options , The problem of unsuccessful email sending is solved .
Nail alarm :
level=error ts=2022-05-27T15:41:46.569Z caller=dispatch.go:310 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="Critical/webhook[0]: notify retry canceled due to unrecoverable error after 1 attempts: unexpected status code 404: http://dingtalk:8060/dingtalk/Critical-8p8nz/send"
Nail container service interface is found in the log 404 了 , We are kuboard Find the nail pod, Go in and check the log .
level=info ts=2022-05-27T16:31:50.549Z caller=entry.go:26 component=web http_scheme=http http_proto=HTTP/1.1 http_method=POST remote_addr=100.100.196.227:34048 user_agent=Alertmanager/0.22.2 uri=http://dingtalk:8060/dingtalk/Default-shzdp/send resp_status=404 resp_bytes_length=19 resp_elapsed_ms=0.068677 msg="request complete"
level=warn ts=2022-05-27T16:31:50.549Z caller=dingtalk.go:75 component=web target=Default-shzdp msg="target not found"
Sure enough, there is an error log , Look at the image of this container , Let's find its source code and see what happens .
stay hub.docker.com Find the image ,timonwong/prometheus-webhook-dingtalk Tags | Docker Hub
https://hub.docker.com/r/timonwong/prometheus-webhook-dingtalk/tags stay github Find the image source code , Locate the file line you want to report an error .
Let's see readme.md See what this thing is . It is found that the configuration file used by the container , Some parameters for sending messages are configured .
I know the configuration file of the container , We should enter dingtalk Container view the following , Is this file right .
Sure enough, there is this file , Let's check the contents of the file .
The contents of the document are correct , At this time, we should think , The configuration file is OK , Why does the code say it can't find targets Well ? Preliminary speculation may be that the document did not take effect , The container starts first , Later kuboard The configuration of access_token.
How to solve it ?
restart dingtalk Container group .
边栏推荐
- Tool class: object to map hump to underline underline hump
- Answer to the second stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition
- Torefs API and toref API
- js小练习----分时提醒问候、表单密码显示隐藏效果、文本框焦点事件、关闭广告
- Advantages of using net core / why
- [explanation of JDBC and internal classes]
- MySQL view bin log and recover data
- Reflection (II)
- Détailler le bleu dans les tâches de traduction automatique
- 父组件传递给子组件:Props
猜你喜欢
Unity3d learning notes
Abnova membrane protein lipoprotein technology and category display
Kuboard无法发送邮件和钉钉告警问题解决
父组件传递给子组件:Props
transform-origin属性详解
Complete process of MySQL SQL
Asynchronous components and suspend (in real development)
计算机服务中缺失MySQL服务
Maze games based on JS
.net core 访问不常见的静态文件类型(MIME 类型)
随机推荐
mips uclibc 交叉编译ffmpeg,支持 G711A 编解码
LVS+Keepalived(DR模式)学习笔记
Multidisciplinary integration
Can 7-day zero foundation prove HCIA? Huawei certification system learning path sharing
Bus消息总线
请教一下,监听pgsql ,怎样可以监听多个schema和table
How to model and simulate the target robot [mathematical / control significance]
Paranoid unqualified company
The latest trends of data asset management and data security at home and abroad
Stack Title: nesting depth of valid parentheses
. Net 5 fluentftp connection FTP failure problem: this operation is only allowed using a successfully authenticated context
Basic introduction of JWT
.net 5 FluentFTP连接FTP失败问题:This operation is only allowed using a successfully authenticated context
How Oracle backs up indexes
After the promotion, sales volume and flow are both. Is it really easy to relax?
Esxi attaching mobile (Mechanical) hard disk detailed tutorial
How does an enterprise manage data? Share the experience summary of four aspects of data governance
main函数在import语句中的特殊行为
MySQL SQL的完整处理流程
栈题目:有效括号的嵌套深度