Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the notification-manager send email failed #216

Open
kerberoszhan opened this issue Aug 21, 2023 · 4 comments
Open

the notification-manager send email failed #216

kerberoszhan opened this issue Aug 21, 2023 · 4 comments

Comments

@kerberoszhan
Copy link

the notification-manager version is v1.4.0

the error log

image

level=info ts=2023-08-21T07:31:32.217747701+08:00 caller=config.go:601 msg="resource change" op=add name=default-email-config
level=info ts=2023-08-21T07:31:32.217852149+08:00 caller=config.go:601 msg="resource change" op=add name=default-wechat-config
level=info ts=2023-08-21T08:13:13.761899063+08:00 caller=config.go:601 msg="resource change" op=add name=global-email-receiver
level=info ts=2023-08-21T08:13:13.762065138+08:00 caller=config.go:601 msg="resource change" op=add name=global-wechat-receiver
level=error ts=2023-08-21T08:42:37.058250596+08:00 caller=email.go:193 msg="EmailNotifier: notify error" from=xxxx@xxxxx.com to=xxxxx@qq.com error="find auth mechanism: unknown auth mechanism: NTLM"
level=error ts=2023-08-21T08:42:37.058833098+08:00 caller=email.go:193 msg="EmailNotifier: notify error" from=sxxxxxxx@xxxxxxx.com to=xxxxxxx@xxxxxx.com error="find auth mechanism: unknown auth mechanism: NTLM"
level=error ts=2023-08-21T08:42:37.058879844+08:00 caller=handler.go:145 msg="Worker: notification sent error"

@kerberoszhan
Copy link
Author

the kubesphere version is v3.3.2

@kerberoszhan
Copy link
Author

the pod on the ns kubesphere-monitoring-system is all running

kubectl -n kubesphere-monitoring-system get po

NAME READY STATUS RESTARTS AGE
alertmanager-main-0 2/2 Running 0 23m
alertmanager-main-1 2/2 Running 0 23m
alertmanager-main-2 2/2 Running 0 23m
kube-state-metrics-67bc659547-l97x5 3/3 Running 0 24d
node-exporter-6r5pl 2/2 Running 0 24d
node-exporter-bmhl5 2/2 Running 0 24d
node-exporter-c4g8q 2/2 Running 0 24d
node-exporter-ljpzk 2/2 Running 0 24d
node-exporter-qrfzx 2/2 Running 0 24d
node-exporter-qwh79 2/2 Running 0 24d
node-exporter-r8wgj 2/2 Running 0 24d
node-exporter-sz242 2/2 Running 0 24d
node-exporter-ts95h 2/2 Running 0 24d
notification-manager-deployment-58b66f799-h44vc 2/2 Running 0 64m
notification-manager-deployment-58b66f799-spk4x 2/2 Running 0 24m
notification-manager-operator-869bf868f6-p2754 2/2 Running 0 24m
prometheus-k8s-0 2/2 Running 0 24d
prometheus-k8s-1 2/2 Running 0 24d
prometheus-operator-7d78ff95d8-gbh76 2/2 Running 0 24d
thanos-ruler-kubesphere-0 2/2 Running 0 24d
thanos-ruler-kubesphere-1 2/2 Running 0 24d

@wanjunlei
Copy link
Collaborator

The notification manager does not support NTLM auth, so change to another SMTP server.

@kerberoszhan
Copy link
Author

ok ,thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants