This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a change to branch front-license
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 69ba743bf remove apache license.
add d209bd327 Added the function of sending SMS messages through Alibaba
Cloud. (#1768)
add d0009b474 Merge branch 'master' into front-license
No new revisions were added by this update.
Summary of changes:
common/pom.xml | 4 ++
.../hertzbeat/common/config/CommonProperties.java | 82 ++++++++++++++++++++++
...{TencentSmsClient.java => AliYunSmsClient.java} | 58 +++++++++------
.../hertzbeat/common/util/AliYunSendSmsUtil.java | 52 ++++++++++++++
...Impl.java => AliYunAlertNotifyHandlerImpl.java} | 14 ++--
pom.xml | 6 ++
6 files changed, 189 insertions(+), 27 deletions(-)
copy
common/src/main/java/org/apache/hertzbeat/common/service/{TencentSmsClient.java
=> AliYunSmsClient.java} (63%)
create mode 100644
common/src/main/java/org/apache/hertzbeat/common/util/AliYunSendSmsUtil.java
copy
manager/src/main/java/org/apache/hertzbeat/manager/component/alerter/impl/{SmsAlertNotifyHandlerImpl.java
=> AliYunAlertNotifyHandlerImpl.java} (85%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]