MatrixDB 监控告警常见问题

本文档介绍监控 MatrixDB 集群时的常见问题、原因及解决方法。

1 可以离线安装 Grafana 监控吗?


可以的,点击下载 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

2 Grafana 报错 Annotation Query Failed No message available


解决方案

找到 Grafana 的 Settings --> Annotations --> Annotations & Alerts 把 Enabled 去掉

3 Grafana 发送邮件报错 smtp; 554 Reject by behaviour spam at Rcpt State(Connection IP address:***) ANTISPAM_BAT[01201311R106a,ay29a033002195086]: spfcheck failedCONTINUE


问题分析

该问题是没有正确的配置 SMTPhost

解决方案

如果使用的企业邮箱,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