400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
YMatrix 文档
集群部署
SQL参考
工具指南
本文档介绍监控 MatrixDB 集群时的常见问题、原因及解决方法。
可以的,点击下载 Grafana 仓库依赖包,创建本地仓库后再安装即可。
# ls
create_repo.sh grafana-7.3.6-1.x86_64.rpm grafana_repo
# sh create_repo.sh
Create ymatrix-grafana repo successfully!
# yum install --disablerepo=* --enablerepo=ymatrix_grafana grafana-7.3.6-1.x86_64.rpm
解决方案
找到 Grafana 的 Settings --> Annotations --> Annotations & Alerts 把 Enabled 去掉
问题分析
该问题是没有正确的配置 SMTP
的 host
解决方案
如果使用的企业邮箱,host
需要需要配置企业域名,例如以下配置:
#################################### SMTP / Emailing ##########################
[smtp]
enabled = true
host = smtp.ymatrix.cn:25
user = YMatrix@ymatrix.cn
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
password = *****
;cert_file =
;key_file =
skip_verify = true
from_address = YMatrix@ymatrix.cn
from_name = MatrixDBGrafana
# EHLO identity in SMTP dialog (defaults to instance_name)
;ehlo_identity = dashboard.example.com
# SMTP startTLS policy (defaults to 'OpportunisticStartTLS')
;startTLS_policy = NoStartTLS
[emails]
welcome_email_on_sign_up = false
templates_pattern = emails/*.html