-
Notifications
You must be signed in to change notification settings - Fork 994
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
[feature] add sms config #2399
[feature] add sms config #2399
Conversation
common/src/main/java/org/apache/hertzbeat/common/constants/SmsTypeEnum.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/apache/hertzbeat/common/constants/SmsTypeEnum.java
Outdated
Show resolved
Hide resolved
hi, yes there is no alibaba sms code, due the alibab sdk import too much irrelevant third-party dependencies. We plan to remove the SDKs of these cloud vendors and use the rest api to implement it |
hi,how about i remove backend’s modification, just keep web ui
…---- Replied Message ----
| From | ***@***.***> |
| Date | 07/29/2024 12:25 |
| To | apache/hertzbeat ***@***.***> |
| Cc | aias00 ***@***.***>,
Author ***@***.***> |
| Subject | Re: [apache/hertzbeat] [feature] add sms config (PR #2399) |
which supports two types of sms providers(tencent\alibaba) for selecting, but i just achieved tencent sms, cause i found no alibaba`s config in code .
hi, yes there is no alibaba sms code, due the alibab sdk import too much irrelevant third-party dependencies. We plan to remove the SDKs of these cloud vendors and use the rest api to implement it
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
ok 👍 suggest also remove sms config doc here https://hertzbeat.apache.org/docs/start/custom-config |
okay, cool |
now people can modify sms config by web ui , and the config can be persistenced. that`s all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
What's changed?
add sms config in web app #1020 & backend
which supports two types of sms providers(tencent\alibaba) for selecting, but i just achieved tencent sms, cause i found no alibaba`s config in code .
Checklist
Add or update API