当前位置:网站首页>Grafana reports an error: error= "failed to send notification to email addresses: [email protected] : 535 Error:
Grafana reports an error: error= "failed to send notification to email addresses: [email protected] : 535 Error:
2022-07-01 13:21:00 【? abc!】
Error message
EROR[02-15|11:21:40] Failed to send alert notifications logger=context userId=1 orgId=1 uname=admin error="Failed to send notification to email addresses: [email protected]: 535 Error: ��ʹ����Ȩ����¼�������뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256" remote_addr=192.168.156.1
EROR[02-15|11:21:40] Request Completed logger=context userId=1 orgId=1 uname=admin method=POST path=/api/alert-notifications/test status=500 remote_addr=192.168.156.1 time_ms=10141 size=48 referer=http://192.168.156.138:3000/alerting/notification/1/edit
solve
This problem is about the account number and password , No login , Because the authorization code is incorrect , The correct configuration information is as follows
[smtp]
enabled = true
host = smtp.qq.com:465
user = [email protected]
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
password = htnooexxxfgcj
cert_file =
key_file =
skip_verify = true
from_address = [email protected]
from_name = Grafana
The main ,QQ The authorization code of the mailbox will expire after a period of time
, And I was defeated here , Be careful password The authorization code of the request email is written at
边栏推荐
- 股票开户要认识谁?实际上网上开户安全么?
- codeforces -- 4B. Before an Exam
- Operator-1初识Operator
- Redis explores cache consistency
- Colorful five pointed star SVG dynamic web page background JS special effect
- ZABBIX 6.0 source code installation and ha configuration
- Beidou communication module Beidou GPS module Beidou communication terminal DTU
- 北斗通信模块 北斗gps模块 北斗通信终端DTU
- Flinkcdc should extract Oracle in real time. What should be configured for oracle?
- When Sqlalchemy deletes records with foreign key constraints, the foreign key constraints do not work. What is the solution?
猜你喜欢
The popular major I chose became "Tiankeng" four years later
Feign & Eureka & zuul & hystrix process
终端识别技术和管理技术
【大型电商项目开发】性能压测-压力测试基本概念&JMeter-38
北斗通信模块 北斗gps模块 北斗通信终端DTU
CS5268优势替代AG9321MCQ Typec多合一扩展坞方案
Detailed explanation of OSPF LSA of routing Foundation
彩色五角星SVG动态网页背景js特效
Professor Li Zexiang, Hong Kong University of science and technology: I'm wrong. Why is engineering consciousness more important than the best university?
香港科技大学李泽湘教授:我错了,为什么工程意识比上最好的大学都重要?
随机推荐
Analysis report on the development trend and Prospect of new ceramic materials in the world and China Ⓐ 2022 ~ 2027
leetcode 322. Coin change (medium)
The stack size specified is too small, specify at least 328k
The future of game guild in decentralized games
内容审计技术
路由基础之OSPF LSA详细讲解
Vs code set code auto save
China NdYAG crystal market research conclusion and development strategy proposal report Ⓥ 2022 ~ 2028
5G工业网关的科技治超应用 超限超重超速非现场联合执法
Report on the 14th five year plan and future development trend of China's integrated circuit packaging industry Ⓓ 2022 ~ 2028
Three questions about scientific entrepreneurship: timing, pain points and important decisions
Application of 5g industrial gateway in scientific and technological overload control; off-site joint law enforcement for over limit, overweight and overspeed
When Sqlalchemy deletes records with foreign key constraints, the foreign key constraints do not work. What is the solution?
Nexus builds NPM dependent private database
leetcode 322. Coin Change 零钱兑换(中等)
Detailed explanation of parallel replication examples in MySQL replication
Router.use() requires a middleware function but got a Object
JS discolored Lego building blocks
Declare an abstract class vehicle, which contains the private variable numofwheel and the public functions vehicle (int), horn (), setnumofwheel (int) and getnumofwheel (). Subclass mot
nexus搭建npm依赖私库