当前位置:网站首页>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 Hubhttps://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 .
边栏推荐
- LVS+Keepalived(DR模式)学习笔记
- sqlserver多线程查询问题
- 【mysqld】Can't create/write to file
- Jetpack compose is much more than a UI framework~
- Unity3d learning notes
- OOM(内存溢出)造成原因及解决方案
- 2018年江苏省职业院校技能大赛高职组“信息安全管理与评估”赛项任务书第二阶段答案
- The startup of MySQL installed in RPM mode of Linux system failed
- Please ask a question, flick Oracle CDC, read a table without update operation, and repeatedly read the full amount of data every ten seconds
- Select the product attribute pop-up box to pop up the animation effect from the bottom
猜你喜欢
MySQL view bin log and recover data
After the promotion, sales volume and flow are both. Is it really easy to relax?
Communication between non parent and child components
Precise space-time travel flow regulation system - ultra-high precision positioning system based on UWB
Non empty verification of collection in SQL
2018 Jiangsu Vocational College skills competition vocational group "information security management and evaluation" competition assignment
云备份项目
mips uclibc 交叉编译ffmpeg,支持 G711A 编解码
The latest trends of data asset management and data security at home and abroad
Pass parent component to child component: props
随机推荐
Communication between non parent and child components
软件验收测试
Networkx drawing and common library function coordinate drawing
CompletableFuture使用详解
Config distributed configuration center
Esxi attaching mobile (Mechanical) hard disk detailed tutorial
transform-origin属性详解
. Net core accesses uncommon static file types (MIME types)
Select the product attribute pop-up box to pop up the animation effect from the bottom
选择商品属性弹框从底部弹出动画效果
Under what circumstances should we consider sub database and sub table
关于二进制无法精确表示小数
Fast quantitative, abbkine protein quantitative kit BCA method is coming!
Composition API premise
Jetpack compose is much more than a UI framework~
Détailler le bleu dans les tâches de traduction automatique
Leetcode t1165: log analysis
2018 Jiangsu Vocational College skills competition vocational group "information security management and evaluation" competition assignment
Abnova immunohistochemical service solution
请教一个问题,flink oracle cdc,读取一个没有更新操作的表,隔十几秒就重复读取全量数据