This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a change to branch influxdb_monitors_v1
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 5ac53d6ec add:influxdb monitoring indicators are added
     add 2fa668833 fix sec: upgrade com.h2database:h2 to  (#1718)
     add 110b4b7ee [doc] add WinterKi1ler as a contributor for code (#1736)
     add 4f7d2ae59 update asf branch protected check (#1738)
     add bdc069944 [doc]Update star chart (#1737)
     add 37a232314 [fixed] fixed click collector online offline button error 
(#1734)
     add 828e46c20 [improve] initial doc clean up (#1741)
     add 97f27b4cb [improve] support multiple receivers. (#1731)
     add 3c1a5905a [improve] add lisence. (#1746)
     add 58d3efa57 Backend LICENSE Initialize (#1744)
     add 37869aa54 Back-end dependency upgrade (#1743)
     add 778666c50 [Improve] run hertzbeat in docker compose support dependen 
service condition (#1748)
     add e06350809 [bugfix] fix statuspage index exception (#1747)
     add b3a869d8d [imporve] remove unlicensed dependency 'wolfy87 
eventemitter' (#1745)
     add 8772e709b [improve] auto label when pr, update asf config (#1749)
     add c4d151266 [improve] update asf config set required status checks 
context (#1751)
     add bb55cafb2 [improve] home add apache info (#1740)
     add 03515dee5 [doc] change e2e path (#1758)
     add ea7fd2b26 fix : ingress tls inoperative (#1760)
     add 7fe6d2d79 [refactor] method improvement rationale (#1757)
     add 9ec4e55e7 [improve] create disclaimer file, add incubating in describe 
 (#1764)
     add ecae143b2 [improve] update new hertzbeat brand logo, update doc (#1761)
     add d6ce092cd [doc] translate common moudle code chinese to english (#1766)
     add 7ca110e7b [improve] remove unnecessary if-else statement. (#1770)
     add 79017f363 [doc] remove and translate chinese to english in warehous 
(#1773)
     add 4627fb5a8 Replace deprecated methods with builder pattern for RedisURI 
construction (#1772)
     add 7d5082f06 remove and translate chinese to english in 
collector,script,push,remoting and manager module (#1774)
     add d209bd327 Added the function of sending SMS messages through Alibaba 
Cloud. (#1768)
     add f9d47797b [improve] add frontend license. (#1776)
     add cff1da770 Merge branch 'master' into influxdb_monitors_v1

No new revisions were added by this update.

Summary of changes:
 .all-contributorsrc                                |  47 +-
 .asf.yaml                                          |  19 +-
 .github/ISSUE_TEMPLATE/config.yml                  |   4 +-
 .github/ISSUE_TEMPLATE/feature-request.yml         |   4 +-
 .github/ISSUE_TEMPLATE/volunteer.yml               |   2 +-
 .github/PULL_REQUEST_TEMPLATE.md                   |   5 +-
 .github/labeler.yml                                | 110 +++
 .github/workflows/backend-build-test.yml           |  11 -
 .github/workflows/doc-pdf-builder.yml              |   4 +-
 .../{issues-translator.yml => license-checker.yml} |  25 +-
 .github/workflows/pull-request-robot.yml           |  34 +
 .idea/icon.png                                     | Bin 51456 -> 2540 bytes
 .licenserc.yaml                                    |   1 +
 CONTRIBUTING.md                                    |  34 +-
 DISCLAIMER                                         |  10 +
 README.md                                          | 473 +++++++------
 README_CN.md                                       | 467 +++++++------
 SECURITY.md                                        |   4 +-
 .../controller/AlertDefineControllerTest.java      |   6 +-
 .../controller/AlertDefinesControllerTest.java     |  24 +-
 .../alert/controller/AlertsControllerTest.java     |   6 +-
 collector/pom.xml                                  |  32 +-
 .../http/promethus/PrometheusLastParser.java       |   4 +-
 .../collect/redis/RedisCommonCollectImpl.java      |  12 +-
 .../hertzbeat/collector/util/CollectUtil.java      |  17 +-
 .../hertzbeat/collector/util/JsonPathParser.java   |   6 +-
 collector/src/main/resources/banner.txt            |   2 +-
 common/pom.xml                                     |  10 +-
 .../common/config/AviatorConfiguration.java        |  18 +-
 .../hertzbeat/common/config/CommonProperties.java  |  94 ++-
 .../common/constants/CommonConstants.java          |  56 +-
 .../hertzbeat/common/entity/alerter/Alert.java     |  38 +-
 .../common/entity/alerter/AlertConverge.java       |  17 +-
 .../common/entity/alerter/AlertDefine.java         |  13 +-
 .../common/entity/alerter/AlertSilence.java        |  25 +-
 .../hertzbeat/common/entity/dto/AlertReport.java   |  27 +-
 .../hertzbeat/common/entity/job/Configmap.java     |   6 +-
 .../apache/hertzbeat/common/entity/job/Job.java    |  31 +-
 .../hertzbeat/common/entity/job/Metrics.java       |  38 +-
 .../common/entity/job/protocol/FtpProtocol.java    |  12 +-
 .../common/entity/job/protocol/HttpProtocol.java   |  40 +-
 .../common/entity/job/protocol/JmxProtocol.java    |   7 -
 .../common/entity/job/protocol/NginxProtocol.java  |   2 +-
 .../common/entity/job/protocol/SnmpProtocol.java   |   5 +-
 .../hertzbeat/common/entity/manager/Collector.java |   2 +-
 .../entity/manager/CollectorMonitorBind.java       |   2 +-
 .../common/entity/manager/GeneralConfig.java       |   6 +-
 ...er.java => JsonLongListAttributeConverter.java} |  37 +-
 ....java => JsonStringListAttributeConverter.java} |  35 +-
 .../manager/JsonTagListAttributeConverter.java     |  15 +-
 .../hertzbeat/common/entity/manager/Monitor.java   |  31 +-
 .../common/entity/manager/NoticeReceiver.java      |  53 +-
 .../common/entity/manager/NoticeRule.java          |  38 +-
 .../common/entity/manager/NoticeTemplate.java      |  15 +-
 .../hertzbeat/common/entity/manager/Param.java     |  18 +-
 .../common/entity/manager/ParamDefine.java         |  56 +-
 .../common/entity/manager/StatusPageOrg.java       |   3 +-
 .../hertzbeat/common/entity/manager/Tag.java       |  15 +-
 .../common/entity/manager/TagMonitorBind.java      |   6 +-
 .../common/entity/message/ClusterMsg.java          |   4 +-
 .../common/entity/message/CollectRep.java          | 164 ++---
 .../hertzbeat/common/entity/warehouse/History.java |   4 +-
 .../common/queue/impl/KafkaCommonDataQueue.java    |   6 +-
 ...{TencentSmsClient.java => AliYunSmsClient.java} |  58 +-
 .../hertzbeat/common/service/TencentSmsClient.java |   4 +-
 .../org/apache/hertzbeat/common/util/AesUtil.java  |   6 +-
 .../hertzbeat/common/util/AliYunSendSmsUtil.java   |  52 ++
 .../apache/hertzbeat/common/util/CommonUtil.java   |   6 +-
 .../common/util/IntervalExpressionUtil.java        |   3 +-
 .../apache/hertzbeat/common/util/LruHashMap.java   |   2 +-
 .../hertzbeat/common/util/SnowFlakeIdWorker.java   |  32 +-
 .../apache/hertzbeat/common/util/StrBuffer.java    |  40 +-
 .../common/util/prometheus/PrometheusUtil.java     |   7 +-
 .../common/util/SnowFlakeIdGeneratorTest.java      |   4 +-
 home/blog/2022-06-01-hertzbeat-v1.0.md             |  30 +-
 home/blog/2022-06-19-hertzbeat-v1.1.0.md           |  48 +-
 home/blog/2022-06-22-one-step-up.md                |  48 +-
 home/blog/2022-07-10-hertzbeat-v1.1.1.md           |  38 +-
 home/blog/2022-09-04-hertzbeat-v1.1.3.md           |  24 +-
 home/blog/2022-09-10-ssl-practice.md               |   8 +-
 home/blog/2022-10-08-hertzbeat-v1.2.0.md           |  52 +-
 home/blog/2022-11-28-hertzbeat-v1.2.2.md           |  96 +--
 home/blog/2022-12-19-new-committer.md              |   2 +-
 home/blog/2022-12-28-hertzbeat-v1.2.3.md           |  84 +--
 home/blog/2023-01-05-monitor-iotdb.md              |   2 +-
 home/blog/2023-01-08-monitor-shenyu.md             |   4 +-
 home/blog/2023-02-02-monitor-dynamic-tp.md         |   4 +-
 home/blog/2023-02-10-new-committer.md              |   6 +-
 home/blog/2023-02-11-monitor-mysql.md              |   2 +-
 home/blog/2023-02-15-monitor-linux.md              |   8 +-
 home/blog/2023-03-15-hertzbeat-v1.3.0.md           |   8 +-
 home/blog/2023-03-22-monitor-springboot2.md        |   8 +-
 home/blog/2023-05-09-hertzbeat-v1.3.1.md           |  10 +-
 home/blog/2023-05-11-greptimedb-store.md           |  12 +-
 home/blog/2023-07-05-hertzbeat-v1.3.2.md           |  10 +-
 home/blog/2023-08-14-hertzbeat-v1.4.0.md           | 104 +--
 home/blog/2023-08-28-new-committer.md              |   4 +-
 home/blog/2023-09-26-hertzbeat-v1.4.1.md           | 126 ++--
 home/blog/2023-11-12-hertzbeat-v1.4.2.md           | 132 ++--
 home/blog/2023-12-11-hertzbeat-v1.4.3.md           | 148 ++--
 home/blog/2024-01-11-new-committer.md              |   8 +-
 home/blog/2024-01-18-hertzbeat-v1.4.4.md           | 170 ++---
 .../developer.md => blog/2024-04-17-to-apache.md}  | 460 ++++++------
 .../docs/advanced/extend-http-example-hertzbeat.md |   4 +-
 home/docs/advanced/extend-http-example-token.md    |   4 +-
 home/docs/advanced/extend-tutorial.md              |   4 +-
 home/docs/community/become_committer.md            |  84 +++
 home/docs/community/become_pmc_member.md           |  84 +++
 .../docs/community/code-style-and-quality-guide.md | 560 +++++++++++++++
 home/docs/community/contact.md                     |  25 +
 home/docs/community/document.md                    | 101 +++
 home/docs/community/how-to-release.md              | 764 ++++++++++++++++++++
 home/docs/community/how-to-verify.md               | 234 +++++++
 home/docs/community/mailing_lists.md               |  62 ++
 home/docs/community/new_committer_process.md       | 245 +++++++
 home/docs/community/new_pmc_member_process.md      | 285 ++++++++
 home/docs/community/submit-code.md                 |  76 ++
 home/docs/introduce.md                             | 156 ++---
 home/docs/others/contact.md                        |  18 -
 home/docs/others/contributing.md                   |  20 +-
 home/docs/others/developer.md                      | 367 +++++-----
 home/docs/others/hertzbeat.md                      | 122 ++--
 home/docs/others/huaweicloud.md                    |  10 +-
 home/docs/others/images-deploy.md                  |  56 +-
 home/docs/others/resource.md                       |   2 +-
 home/docs/others/sponsor.md                        |  19 -
 home/docs/others/tancloud.md                       | 114 +--
 home/docs/start/account-modify.md                  |   2 +-
 home/docs/start/docker-deploy.md                   |   4 +-
 home/docs/start/greptime-init.md                   |   2 +-
 home/docs/start/influxdb-init.md                   |   2 +-
 home/docs/start/package-deploy.md                  |   6 +-
 home/docs/start/postgresql-change.md               |   2 +-
 home/docs/start/quickstart.md                      |  12 +-
 home/docs/start/sslcert-practice.md                |   8 +-
 home/docs/start/tdengine-init.md                   |   2 +-
 home/docs/start/upgrade.md                         |   4 +-
 home/docs/template.md                              | 106 +--
 home/docusaurus.config.js                          | 163 ++++-
 home/i18n/en/code.json                             |  29 +-
 .../en/docusaurus-plugin-content-docs/current.json |  16 +
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.1.x/advanced/extend-tutorial.md     |   4 +-
 .../version-v1.1.x/introduce.md                    |  70 +-
 .../version-v1.1.x/others/contact.md               |   4 +-
 .../version-v1.1.x/others/contributing.md          |  18 +-
 .../version-v1.1.x/others/developer.md             | 172 ++---
 .../version-v1.1.x/others/resource.md              |   2 +-
 .../version-v1.1.x/start/account-modify.md         |   2 +-
 .../version-v1.1.x/start/docker-deploy.md          |   4 +-
 .../version-v1.1.x/start/package-deploy.md         |   4 +-
 .../version-v1.1.x/start/quickstart.md             |   6 +-
 .../version-v1.1.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.3.x.json                            |   4 +
 home/i18n/en/docusaurus-theme-classic/footer.json  |  16 +-
 home/i18n/en/docusaurus-theme-classic/navbar.json  |  90 ++-
 home/i18n/zh-cn/code.json                          |  29 +-
 .../2022-06-01-hertzbeat-v1.0.md                   |  32 +-
 .../2022-06-19-hertzbeat-v1.1.0.md                 |  48 +-
 .../2022-06-22-one-step-up.md                      |  48 +-
 .../2022-07-10-hertzbeat-v1.1.1.md                 |  40 +-
 .../2022-09-04-hertzbeat-v1.1.3.md                 |  48 +-
 .../2022-09-10-ssl-practice.md                     |   8 +-
 .../2022-10-08-hertzbeat-v1.2.0.md                 | 104 +--
 .../2022-11-28-hertzbeat-v1.2.2.md                 |  96 +--
 .../2022-12-19-new-committer.md                    |   2 +-
 .../2022-12-28-hertzbeat-v1.2.3.md                 |  84 +--
 .../2023-01-05-monitor-iotdb.md                    |   2 +-
 .../2023-01-08-monitor-shenyu.md                   |   2 +-
 .../2023-02-02-monitor-dynamic-tp.md               |   2 +-
 .../2023-02-10-new-committer.md                    |   6 +-
 .../2023-02-11-monitor-mysql.md                    |   2 +-
 .../2023-02-15-monitor-linux.md                    |   8 +-
 .../2023-03-15-hertzbeat-v1.3.0.md                 | 108 +--
 .../2023-03-22-monitor-springboot2.md              |   8 +-
 .../2023-05-09-hertzbeat-v1.3.1.md                 |   8 +-
 .../2023-05-11-greptimedb-store.md                 |  12 +-
 .../2023-07-05-hertzbeat-v1.3.2.md                 |   8 +-
 .../2023-08-14-hertzbeat-v1.4.0.md                 | 104 +--
 .../2023-08-28-new-committer.md                    |   2 +-
 .../2023-09-26-hertzbeat-v1.4.1.md                 |  22 +-
 .../2023-11-12-hertzbeat-v1.4.2.md                 |  38 +-
 .../2023-12-11-hertzbeat-v1.4.3.md                 | 152 ++--
 .../2024-01-11-new-committer.md                    |   6 +-
 .../2024-01-18-hertzbeat-v1.4.4.md                 | 174 ++---
 .../2024-04-17-to-apache.md}                       | 467 +++++++------
 .../docusaurus-plugin-content-docs/current.json    |  16 +
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../current/advanced/extend-http-example-token.md  |   4 +-
 .../current/community/become_committer.md          |  60 ++
 .../current/community/become_pmc_member.md         |  58 ++
 .../community/code-style-and-quality-guide.md      | 562 +++++++++++++++
 .../current/community/contact.md                   |  24 +
 .../current/community/document.md                  | 100 +++
 .../current/community/how-to-release.md            | 769 +++++++++++++++++++++
 .../current/community/how-to-verify.md             | 234 +++++++
 .../current/community/mailing_lists.md             |  63 ++
 .../current/community/new_committer_process.md     | 245 +++++++
 .../current/community/new_pmc_member_process.md    | 286 ++++++++
 .../current/community/submit-code.md               |  76 ++
 .../current/introduce.md                           | 154 ++---
 .../current/others/contact.md                      |  20 -
 .../current/others/contributing.md                 |  18 +-
 .../current/others/design.md                       |   2 +-
 .../current/others/developer.md                    | 367 +++++-----
 .../current/others/huaweicloud.md                  |  10 +-
 .../current/others/images-deploy.md                |  56 +-
 .../current/others/resource.md                     |   2 +-
 .../current/others/sponsor.md                      |  17 -
 .../current/start/account-modify.md                |   2 +-
 .../current/start/custom-config.md                 |   8 +-
 .../current/start/docker-deploy.md                 |   4 +-
 .../current/start/greptime-init.md                 |   2 +-
 .../current/start/influxdb-init.md                 |   2 +-
 .../current/start/mysql-change.md                  |   2 +-
 .../current/start/package-deploy.md                |   6 +-
 .../current/start/postgresql-change.md             |   4 +-
 .../current/start/quickstart.md                    |   8 +-
 .../current/start/sslcert-practice.md              |  11 +-
 .../current/start/tdengine-init.md                 |   2 +-
 .../current/start/upgrade.md                       |   4 +-
 .../current/template.md                            | 106 +--
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.3.x/introduce.md                    |  82 +--
 .../version-v1.3.x/others/contact.md               |   6 +-
 .../version-v1.3.x/others/contributing.md          |  20 +-
 .../version-v1.3.x/others/design.md                |   2 +-
 .../version-v1.3.x/others/developer.md             | 362 +++++-----
 .../version-v1.3.x/others/huaweicloud.md           |  10 +-
 .../version-v1.3.x/others/images-deploy.md         |  56 +-
 .../version-v1.3.x/others/resource.md              |  12 +-
 .../version-v1.3.x/start/account-modify.md         |   2 +-
 .../version-v1.3.x/start/custom-config.md          |   8 +-
 .../version-v1.3.x/start/docker-deploy.md          |   4 +-
 .../version-v1.3.x/start/greptime-init.md          |   2 +-
 .../version-v1.3.x/start/influxdb-init.md          |   2 +-
 .../version-v1.3.x/start/mysql-change.md           |   2 +-
 .../version-v1.3.x/start/package-deploy.md         |   4 +-
 .../version-v1.3.x/start/postgresql-change.md      |   4 +-
 .../version-v1.3.x/start/quickstart.md             |   6 +-
 .../version-v1.3.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.3.x/start/tdengine-init.md          |   2 +-
 .../version-v1.3.x/template.md                     | 106 +--
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.4.x/introduce.md                    | 152 ++--
 .../version-v1.4.x/others/contact.md               |   6 +-
 .../version-v1.4.x/others/contributing.md          |  20 +-
 .../version-v1.4.x/others/design.md                |   2 +-
 .../version-v1.4.x/others/developer.md             | 354 +++++-----
 .../version-v1.4.x/others/huaweicloud.md           |  10 +-
 .../version-v1.4.x/others/images-deploy.md         |  56 +-
 .../version-v1.4.x/others/media.md                 |   4 +-
 .../version-v1.4.x/others/resource.md              |  11 +-
 .../version-v1.4.x/start/account-modify.md         |   2 +-
 .../version-v1.4.x/start/custom-config.md          |   8 +-
 .../version-v1.4.x/start/docker-deploy.md          |   4 +-
 .../version-v1.4.x/start/greptime-init.md          |   2 +-
 .../version-v1.4.x/start/influxdb-init.md          |   2 +-
 .../version-v1.4.x/start/mysql-change.md           |   2 +-
 .../version-v1.4.x/start/package-deploy.md         |   6 +-
 .../version-v1.4.x/start/postgresql-change.md      |   4 +-
 .../version-v1.4.x/start/quickstart.md             |   8 +-
 .../version-v1.4.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.4.x/start/tdengine-init.md          |   2 +-
 .../version-v1.4.x/start/upgrade.md                |   4 +-
 .../version-v1.4.x/template.md                     | 106 +--
 .../zh-cn/docusaurus-theme-classic/footer.json     |  16 +-
 .../zh-cn/docusaurus-theme-classic/navbar.json     |  92 ++-
 home/package.json                                  |  18 +-
 home/sidebars.json                                 |  37 +-
 home/src/constants.js                              |   2 +-
 home/src/css/hero.css                              |   1 -
 home/src/css/navbar.css                            |  63 +-
 home/src/pages/components/DiaLog.js                |   4 +-
 .asf.yaml => home/static/.asf.yaml                 |   4 +-
 home/static/CNAME                                  |   3 +-
 home/static/img/blog/apache-incubator-1.png        | Bin 0 -> 166844 bytes
 home/static/img/blog/apache-incubator-2.png        | Bin 0 -> 36132 bytes
 home/static/img/hertzbeat-brand-white-y.png        | Bin 10429 -> 9931 bytes
 home/static/img/hertzbeat-brand-white-y.svg        |   8 +-
 home/static/img/hertzbeat-brand-white.png          | Bin 6090 -> 8433 bytes
 home/static/img/hertzbeat-brand-white.svg          |  15 +-
 home/static/img/hertzbeat-brand-y.png              | Bin 13090 -> 11339 bytes
 home/static/img/hertzbeat-brand-y.svg              |   8 +-
 home/static/img/hertzbeat-brand.jpg                | Bin 55085 -> 0 bytes
 home/static/img/hertzbeat-brand.png                | Bin 7714 -> 9774 bytes
 home/static/img/hertzbeat-brand.svg                |  15 +-
 home/static/img/hertzbeat-logo.png                 | Bin 5088 -> 2540 bytes
 home/static/img/hertzbeat-logo.svg                 |   5 +-
 home/static/img/tancloud-brand-white-y.png         | Bin 10234 -> 0 bytes
 home/static/img/tancloud-brand-white-y.svg         |   4 -
 home/static/img/tancloud-brand-white.png           | Bin 5966 -> 0 bytes
 home/static/img/tancloud-brand-white.svg           |   4 -
 home/static/img/tancloud-brand-y.png               | Bin 12636 -> 0 bytes
 home/static/img/tancloud-brand-y.svg               |   4 -
 home/static/img/tancloud-brand.jpg                 | Bin 76728 -> 0 bytes
 home/static/img/tancloud-brand.png                 | Bin 11637 -> 0 bytes
 home/static/img/tancloud-brand.svg                 |  11 -
 home/static/img/tancloud-logo.svg                  |   3 -
 home/static/manifest.json                          |   4 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.1.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.1.x/introduce.md    |  68 +-
 .../version-v1.1.x/others/contact.md               |   4 +-
 .../version-v1.1.x/others/contributing.md          |  16 +-
 .../version-v1.1.x/others/developer.md             | 172 ++---
 .../version-v1.1.x/others/resource.md              |  11 +-
 .../version-v1.1.x/start/account-modify.md         |   2 +-
 .../version-v1.1.x/start/docker-deploy.md          |   4 +-
 .../version-v1.1.x/start/mysql-change.md           |   2 +-
 .../version-v1.1.x/start/package-deploy.md         |   4 +-
 .../version-v1.1.x/start/quickstart.md             |   6 +-
 .../version-v1.1.x/start/sslcert-practice.md       |   8 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.3.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.3.x/introduce.md    |  86 +--
 .../version-v1.3.x/others/contact.md               |   4 +-
 .../version-v1.3.x/others/contributing.md          |  24 +-
 .../version-v1.3.x/others/developer.md             | 362 +++++-----
 .../version-v1.3.x/others/hertzbeat.md             |  66 +-
 .../version-v1.3.x/others/huaweicloud.md           |  10 +-
 .../version-v1.3.x/others/images-deploy.md         |  56 +-
 .../version-v1.3.x/others/resource.md              |  11 +-
 .../version-v1.3.x/start/account-modify.md         |   2 +-
 .../version-v1.3.x/start/docker-deploy.md          |   4 +-
 .../version-v1.3.x/start/greptime-init.md          |   2 +-
 .../version-v1.3.x/start/influxdb-init.md          |   2 +-
 .../version-v1.3.x/start/package-deploy.md         |   4 +-
 .../version-v1.3.x/start/postgresql-change.md      |   2 +-
 .../version-v1.3.x/start/quickstart.md             |   6 +-
 .../version-v1.3.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.3.x/start/tdengine-init.md          |   2 +-
 home/versioned_docs/version-v1.3.x/template.md     | 106 +--
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.4.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.4.x/introduce.md    | 154 ++---
 .../version-v1.4.x/others/contact.md               |   4 +-
 .../version-v1.4.x/others/contributing.md          |  24 +-
 .../versioned_docs/version-v1.4.x/others/design.md |   2 +-
 .../version-v1.4.x/others/developer.md             | 354 +++++-----
 .../version-v1.4.x/others/hertzbeat.md             | 120 ++--
 .../version-v1.4.x/others/huaweicloud.md           |  10 +-
 .../version-v1.4.x/others/images-deploy.md         |  56 +-
 home/versioned_docs/version-v1.4.x/others/media.md |   4 +-
 .../version-v1.4.x/others/resource.md              |  11 +-
 .../version-v1.4.x/others/tancloud.md              | 114 +--
 .../version-v1.4.x/start/account-modify.md         |   2 +-
 .../version-v1.4.x/start/docker-deploy.md          |   4 +-
 .../version-v1.4.x/start/greptime-init.md          |   2 +-
 .../version-v1.4.x/start/influxdb-init.md          |   2 +-
 .../version-v1.4.x/start/package-deploy.md         |   6 +-
 .../version-v1.4.x/start/postgresql-change.md      |   2 +-
 .../version-v1.4.x/start/quickstart.md             |   8 +-
 .../version-v1.4.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.4.x/start/tdengine-init.md          |   2 +-
 .../versioned_docs/version-v1.4.x/start/upgrade.md |   4 +-
 home/versioned_docs/version-v1.4.x/template.md     | 106 +--
 home/yarn.lock                                     | 712 +++++++++----------
 manager/pom.xml                                    |  42 +-
 .../manager/component/alerter/DispatcherAlarm.java |  12 +-
 .../alerter/impl/AliYunAlertNotifyHandlerImpl.java |  69 ++
 .../service/impl/StatusPageServiceImpl.java        |   4 +
 manager/src/main/resources/application.yml         |   3 -
 manager/src/main/resources/banner.txt              |   2 +-
 .../src/main/resources/define/app-a_example.yml    |   4 +-
 manager/src/main/resources/define/app-activemq.yml |  10 +-
 manager/src/main/resources/define/app-airflow.yml  |   4 +-
 .../src/main/resources/define/app-almalinux.yml    |  10 +-
 manager/src/main/resources/define/app-api.yml      |   4 +-
 manager/src/main/resources/define/app-api_code.yml |   4 +-
 manager/src/main/resources/define/app-centos.yml   |  10 +-
 .../src/main/resources/define/app-cisco_switch.yml |  10 +-
 .../src/main/resources/define/app-clickhouse.yml   |   4 +-
 manager/src/main/resources/define/app-coreos.yml   |  10 +-
 manager/src/main/resources/define/app-debian.yml   |  10 +-
 manager/src/main/resources/define/app-dm.yml       |   4 +-
 manager/src/main/resources/define/app-docker.yml   |  10 +-
 manager/src/main/resources/define/app-doris_be.yml |   4 +-
 manager/src/main/resources/define/app-doris_fe.yml |   4 +-
 .../src/main/resources/define/app-dynamic_tp.yml   |  10 +-
 .../main/resources/define/app-elasticsearch.yml    |   4 +-
 manager/src/main/resources/define/app-emqx.yml     |   4 +-
 manager/src/main/resources/define/app-euleros.yml  |  10 +-
 manager/src/main/resources/define/app-flink.yml    |   4 +-
 manager/src/main/resources/define/app-freebsd.yml  |  10 +-
 manager/src/main/resources/define/app-ftp.yml      |   4 +-
 manager/src/main/resources/define/app-fullsite.yml |   4 +-
 .../src/main/resources/define/app-h3c_switch.yml   |  10 +-
 manager/src/main/resources/define/app-hadoop.yml   |  10 +-
 .../src/main/resources/define/app-hertzbeat.yml    |   4 +-
 .../main/resources/define/app-hertzbeat_token.yml  |   4 +-
 manager/src/main/resources/define/app-hive.yml     |  10 +-
 .../src/main/resources/define/app-hpe_switch.yml   |  10 +-
 .../main/resources/define/app-huawei_switch.yml    |  10 +-
 .../main/resources/define/app-influxdb_promql.yml  |   4 +-
 manager/src/main/resources/define/app-iotdb.yml    |   4 +-
 manager/src/main/resources/define/app-jetty.yml    |  10 +-
 manager/src/main/resources/define/app-jvm.yml      |  10 +-
 manager/src/main/resources/define/app-kafka.yml    |  10 +-
 .../src/main/resources/define/app-kafka_promql.yml |   4 +-
 .../src/main/resources/define/app-kubernetes.yml   |  10 +-
 manager/src/main/resources/define/app-linux.yml    |  10 +-
 manager/src/main/resources/define/app-mariadb.yml  |  10 +-
 manager/src/main/resources/define/app-mongodb.yml  |   6 +-
 manager/src/main/resources/define/app-mysql.yml    |  10 +-
 manager/src/main/resources/define/app-nacos.yml    |   4 +-
 .../src/main/resources/define/app-nebulaGraph.yml  |   6 +-
 manager/src/main/resources/define/app-nginx.yml    |   4 +-
 .../src/main/resources/define/app-opengauss.yml    |  10 +-
 manager/src/main/resources/define/app-opensuse.yml |  10 +-
 manager/src/main/resources/define/app-oracle.yml   |  10 +-
 manager/src/main/resources/define/app-ping.yml     |   4 +-
 manager/src/main/resources/define/app-pop3.yml     |   4 +-
 manager/src/main/resources/define/app-port.yml     |   4 +-
 .../src/main/resources/define/app-postgresql.yml   |  10 +-
 .../src/main/resources/define/app-prometheus.yml   |   4 +-
 manager/src/main/resources/define/app-rabbitmq.yml |  10 +-
 manager/src/main/resources/define/app-redhat.yml   |  10 +-
 manager/src/main/resources/define/app-redis.yml    |   4 +-
 .../main/resources/define/app-redis_cluster.yml    |   4 +-
 .../main/resources/define/app-redis_sentinel.yml   |   4 +-
 manager/src/main/resources/define/app-rocketmq.yml |   4 +-
 .../src/main/resources/define/app-rockylinux.yml   |  10 +-
 manager/src/main/resources/define/app-shenyu.yml   |   4 +-
 manager/src/main/resources/define/app-spark.yml    |  10 +-
 .../main/resources/define/app-spring_gateway.yml   |   4 +-
 .../src/main/resources/define/app-springboot2.yml  |  10 +-
 .../src/main/resources/define/app-springboot3.yml  |  10 +-
 .../src/main/resources/define/app-sqlserver.yml    |  10 +-
 manager/src/main/resources/define/app-ssl_cert.yml |   4 +-
 manager/src/main/resources/define/app-storm.yml    |   4 +-
 manager/src/main/resources/define/app-tidb.yml     |   4 +-
 manager/src/main/resources/define/app-tomcat.yml   |  10 +-
 .../main/resources/define/app-tplink_switch.yml    |  10 +-
 manager/src/main/resources/define/app-ubuntu.yml   |  10 +-
 manager/src/main/resources/define/app-udp_port.yml |   4 +-
 manager/src/main/resources/define/app-website.yml  |   4 +-
 manager/src/main/resources/define/app-windows.yml  |  10 +-
 .../src/main/resources/define/app-zookeeper.yml    |  10 +-
 .../main/resources/templates/1-EmailTemplate.html  |   2 +-
 .../controller/NoticeConfigControllerTest.java     |   4 +-
 .../hertzbeat/manager/dao/NoticeRuleDaoTest.java   |  12 +-
 .../manager/service/NoticeConfigServiceTest.java   |   8 +-
 material/licenses/backend/LICENSE-H2.txt           | 180 +++++
 material/licenses/backend/LICENSE-HdrHistogram.txt |  41 ++
 .../licenses/backend/LICENSE-Java-WebSocket.txt    |  22 +
 material/licenses/backend/LICENSE-LatencyUtils.txt |  38 +
 .../licenses/backend/LICENSE-angus-activation.txt  |  28 +
 .../backend/LICENSE-animal-sniffer-annotation.txt  |  21 +
 .../licenses/backend/LICENSE-antlr4-runtime.txt    |  28 +
 material/licenses/backend/LICENSE-asm.txt          |  26 +
 .../licenses/backend/LICENSE-aspectjweaver.txt     | 277 ++++++++
 material/licenses/backend/LICENSE-aviator.txt      | 165 +++++
 material/licenses/backend/LICENSE-checker-qual.txt |  25 +
 material/licenses/backend/LICENSE-curvesapi.txt    |  28 +
 material/licenses/backend/LICENSE-dnsjava.txt      |  30 +
 material/licenses/backend/LICENSE-eddsa.txt        | 123 ++++
 .../LICENSE-hibernate-commons-annotations.txt      | 502 ++++++++++++++
 .../licenses/backend/LICENSE-hibernate-core.txt    | 502 ++++++++++++++
 .../licenses/backend/LICENSE-influxdb-java.txt     |  22 +
 .../backend/LICENSE-istack-commons-runtime.txt     |  29 +
 .../backend/LICENSE-jakarta.activation-api.txt     |  30 +
 .../backend/LICENSE-jakarta.annotation-api.txt     | 637 +++++++++++++++++
 material/licenses/backend/LICENSE-jakarta.mail.txt | 275 ++++++++
 .../backend/LICENSE-jakarta.persistence-api.txt    | 637 +++++++++++++++++
 .../backend/LICENSE-jakarta.transaction-api.txt    | 637 +++++++++++++++++
 .../backend/LICENSE-jakarta.xml.bind-api.txt       |  29 +
 material/licenses/backend/LICENSE-javassist.txt    | 141 ++++
 .../backend/LICENSE-javax.annotation-api.txt       | 759 ++++++++++++++++++++
 material/licenses/backend/LICENSE-jaxb-api.txt     | 762 ++++++++++++++++++++
 material/licenses/backend/LICENSE-jaxb-core.txt    |  28 +
 material/licenses/backend/LICENSE-jaxb-runtime.txt |  28 +
 .../licenses/backend/LICENSE-jcl-over-slf4j.txt    |  24 +
 material/licenses/backend/LICENSE-jul-to-slf4j.txt |  24 +
 .../licenses/backend/LICENSE-logback-classic.txt   |  18 +
 material/licenses/backend/LICENSE-logback-core.txt |  18 +
 material/licenses/backend/LICENSE-mssql-jdbc.txt   |  11 +
 material/licenses/backend/LICENSE-postgresql.txt   |  23 +
 .../backend/LICENSE-protobuf-java-util.txt         |  17 +
 .../licenses/backend/LICENSE-protobuf-java.txt     |  17 +
 .../licenses/backend/LICENSE-reactive-streams.txt  |   8 +
 material/licenses/backend/LICENSE-slf4j-api.txt    |  22 +
 material/licenses/backend/LICENSE-stax2-api.txt    |  25 +
 .../licenses/backend/LICENSE-taos-jdbcdriver.txt   |  21 +
 material/licenses/backend/LICENSE-txw2.txt         |  28 +
 material/licenses/backend/LICENSE-zstd-jni.txt     |  26 +
 material/licenses/frontend/LICENSE                 |   9 -
 .../licenses/frontend/LICENSE-DefinitelyTyped.txt  |   8 +
 .../licenses/frontend/LICENSE-FileSaver.js.txt     |  11 +
 material/licenses/frontend/LICENSE-Mock.txt        |  21 +
 .../licenses/frontend/LICENSE-abs-svg-path.txt     |  23 +
 material/licenses/frontend/LICENSE-adjust.txt      |  21 +
 material/licenses/frontend/LICENSE-ajv-formats.txt |  21 +
 material/licenses/frontend/LICENSE-ajv.txt         |  22 +
 .../frontend/LICENSE-angular-tag-cloud-module.txt  |  21 +
 material/licenses/frontend/LICENSE-angular.txt     |  21 +
 .../frontend/LICENSE-ant-design-colors.txt         |  22 +
 material/licenses/frontend/LICENSE-attr.txt        |  21 +
 material/licenses/frontend/LICENSE-babel.txt       |  22 +
 .../licenses/frontend/LICENSE-commander.js.txt     |  22 +
 material/licenses/frontend/LICENSE-commander.txt   |  22 +
 material/licenses/frontend/LICENSE-component.txt   |  21 +
 material/licenses/frontend/LICENSE-components.txt  |  21 +
 material/licenses/frontend/LICENSE-coord.txt       |  21 +
 material/licenses/frontend/LICENSE-core-js.txt     |  19 +
 .../licenses/frontend/LICENSE-core-util-is.txt     |  19 +
 material/licenses/frontend/LICENSE-csstype.txt     |  19 +
 .../frontend/LICENSE-custom-event-polyfill.txt     |  21 +
 material/licenses/frontend/LICENSE-d3-array.txt    |  13 +
 .../licenses/frontend/LICENSE-d3-collection.txt    |  27 +
 material/licenses/frontend/LICENSE-d3-color.txt    |  13 +
 .../frontend/LICENSE-d3-composite-projections.txt  |  48 ++
 material/licenses/frontend/LICENSE-d3-dsv.txt      |  13 +
 material/licenses/frontend/LICENSE-d3-ease.txt     |  28 +
 .../frontend/LICENSE-d3-geo-projection.txt         |  37 +
 material/licenses/frontend/LICENSE-d3-geo.txt      |  34 +
 material/licenses/frontend/LICENSE-d3-hexjson.txt  |  27 +
 .../licenses/frontend/LICENSE-d3-hierarchy.txt     |  13 +
 .../licenses/frontend/LICENSE-d3-interpolate.txt   |  13 +
 material/licenses/frontend/LICENSE-d3-path.txt     |  13 +
 material/licenses/frontend/LICENSE-d3-sankey.txt   |  27 +
 material/licenses/frontend/LICENSE-d3-shape.txt    |  13 +
 material/licenses/frontend/LICENSE-d3-timer.txt    |  13 +
 material/licenses/frontend/LICENSE-d3-voronoi.txt  |  50 ++
 material/licenses/frontend/LICENSE-dagre.txt       |  19 +
 material/licenses/frontend/LICENSE-data-set.txt    |  21 +
 material/licenses/frontend/LICENSE-date-fns.txt    |  21 +
 material/licenses/frontend/LICENSE-delon.txt       |  21 +
 .../licenses/frontend/LICENSE-detect-browser.txt   |  21 +
 material/licenses/frontend/LICENSE-entities.txt    |  11 +
 .../licenses/frontend/LICENSE-fast-deep-equal.txt  |  21 +
 material/licenses/frontend/LICENSE-fecha.txt       |  22 +
 material/licenses/frontend/LICENSE-g2.txt          |  21 +
 material/licenses/frontend/LICENSE-gl-matrix.txt   |  19 +
 material/licenses/frontend/LICENSE-graphlib.txt    |  19 +
 material/licenses/frontend/LICENSE-hierarchy.txt   |  21 +
 material/licenses/frontend/LICENSE-hotkey.txt      |  19 +
 material/licenses/frontend/LICENSE-iconv-lite.txt  |  21 +
 material/licenses/frontend/LICENSE-immediate.txt   |  20 +
 material/licenses/frontend/LICENSE-inherits.txt    |  16 +
 material/licenses/frontend/LICENSE-internmap.txt   |  13 +
 material/licenses/frontend/LICENSE-isarray.txt     |  21 +
 material/licenses/frontend/LICENSE-isutf8.txt      |  22 +
 material/licenses/frontend/LICENSE-jquery.txt      |  20 +
 .../frontend/LICENSE-json-schema-traverse.txt      |  21 +
 material/licenses/frontend/LICENSE-jszip.txt       | 651 +++++++++++++++++
 material/licenses/frontend/LICENSE-lie.txt         |   7 +
 material/licenses/frontend/LICENSE-loadjs.txt      |  21 +
 material/licenses/frontend/LICENSE-lodash.txt      |  49 ++
 .../licenses/frontend/LICENSE-monaco-editor.txt    |  21 +
 .../licenses/frontend/LICENSE-ng-zorro-antd.txt    |  22 +
 .../licenses/frontend/LICENSE-ngx-countdown.txt    |  21 +
 material/licenses/frontend/LICENSE-ngx-echarts.txt |  21 +
 material/licenses/frontend/LICENSE-node-extend.txt |  23 +
 material/licenses/frontend/LICENSE-pako.txt        |  21 +
 .../licenses/frontend/LICENSE-parse-svg-path.txt   |  22 +
 material/licenses/frontend/LICENSE-parse5.txt      |  19 +
 material/licenses/frontend/LICENSE-plyr.txt        |  21 +
 .../frontend/LICENSE-process-nextick-args.txt      |  19 +
 material/licenses/frontend/LICENSE-punycode.js.txt |  20 +
 material/licenses/frontend/LICENSE-rangetouch.txt  |  21 +
 .../licenses/frontend/LICENSE-readable-stream.txt  |  47 ++
 .../licenses/frontend/LICENSE-regression-js.txt    |  21 +
 .../frontend/LICENSE-require-from-string.txt       |  21 +
 material/licenses/frontend/LICENSE-rw.txt          |  26 +
 material/licenses/frontend/LICENSE-safe-buffer.txt |  21 +
 .../licenses/frontend/LICENSE-safer-buffer.txt     |  21 +
 material/licenses/frontend/LICENSE-scale.txt       |  21 +
 material/licenses/frontend/LICENSE-screenfull.txt  |   9 +
 .../licenses/frontend/LICENSE-setImmediate.txt     |  20 +
 .../frontend/LICENSE-simple-statistics.txt         |  15 +
 material/licenses/frontend/LICENSE-slick.txt       |  20 +
 .../licenses/frontend/LICENSE-string_decoder.txt   |  47 ++
 material/licenses/frontend/LICENSE-tinycolor.txt   |   7 +
 .../licenses/frontend/LICENSE-topojson-client.txt  |  13 +
 material/licenses/frontend/LICENSE-tslib.txt       |  12 +
 material/licenses/frontend/LICENSE-uri-js.txt      |  11 +
 .../licenses/frontend/LICENSE-url-polyfill.txt     |  21 +
 .../licenses/frontend/LICENSE-util-deprecate.txt   |  24 +
 material/licenses/frontend/LICENSE-util.txt        |  21 +
 material/licenses/frontend/LICENSE-zrender.txt     |  29 +
 pom.xml                                            |  30 +-
 .../hertzbeat/push/controller/PushController.java  |  10 +-
 .../push/controller/PushGatewayController.java     |   4 +-
 remoting/README.md                                 |  10 +-
 script/application.yml                             |   4 +-
 script/assembly/collector/assembly-linux-amd64.xml |  20 +-
 script/assembly/collector/assembly-linux-arm64.xml |  20 +-
 script/assembly/collector/assembly-macos-amd64.xml |  20 +-
 script/assembly/collector/assembly-macos-arm64.xml |  20 +-
 script/assembly/collector/assembly-windows-64.xml  |  20 +-
 script/assembly/collector/assembly.xml             |  20 +-
 .../docker-compose/hertzbeat-mysql-iotdb/README.md |   2 +-
 .../hertzbeat-mysql-iotdb/README_CN.md             |   2 +-
 .../hertzbeat-mysql-iotdb/docker-compose.yaml      |  17 +-
 .../hertzbeat-mysql-tdengine/README.md             |   2 +-
 .../hertzbeat-mysql-tdengine/README_CN.md          |   2 +-
 .../hertzbeat-mysql-tdengine/docker-compose.yaml   |  17 +-
 .../hertzbeat-mysql-victoria-metrics/README.md     |   2 +-
 .../hertzbeat-mysql-victoria-metrics/README_CN.md  |   2 +-
 .../docker-compose.yaml                            |  17 +-
 .../hertzbeat-postgresql-iotdb/README.md           |   2 +-
 .../hertzbeat-postgresql-iotdb/README_CN.md        |   2 +-
 .../conf/application.yml                           |  32 +-
 .../hertzbeat-postgresql-iotdb/docker-compose.yaml |  18 +-
 script/helm/hertzbeat/Chart.yaml                   |   4 +-
 script/helm/hertzbeat/README.md                    |   4 +-
 .../helm/hertzbeat/templates/manager/ingress.yaml  |   3 +
 script/helm/hertzbeat/values.yaml                  |   6 +-
 warehouse/pom.xml                                  |   2 +-
 .../hertzbeat/warehouse/WarehouseWorkerPool.java   |   3 +-
 .../warehouse/config/WarehouseProperties.java      |  44 +-
 .../controller/MetricsDataController.java          |  19 +-
 .../store/AbstractRealTimeDataStorage.java         |   1 -
 .../store/HistoryGrepTimeDbDataStorage.java        |   7 +-
 .../store/HistoryInfluxdbDataStorage.java          |   4 +-
 .../warehouse/store/HistoryIotDbDataStorage.java   |  24 +-
 .../warehouse/store/MetricsDataRedisCodec.java     |   1 -
 .../warehouse/store/RealTimeMemoryDataStorage.java |   1 -
 .../warehouse/store/RealTimeRedisDataStorage.java  |   1 -
 web-app/package.json                               |   7 +-
 web-app/src/app/layout/basic/basic.component.ts    |   8 +-
 .../src/app/layout/basic/widgets/user.component.ts |  23 +-
 .../app/layout/passport/passport.component.html    |   6 +-
 web-app/src/app/pojo/NoticeRule.ts                 |   4 +-
 .../alert/alert-notice/alert-notice.component.html |   1 +
 .../alert/alert-notice/alert-notice.component.ts   |  27 +-
 .../monitor-detail/monitor-detail.component.html   |   2 +-
 .../setting/collector/collector.component.html     |   4 +-
 .../status-public/status-public.component.html     |   4 +-
 web-app/src/app/service/collector.service.ts       |   6 +-
 web-app/src/assets/app-data.json                   |   2 +-
 web-app/src/assets/brand.svg                       |  15 +-
 web-app/src/assets/brand_white.svg                 |  15 +-
 web-app/src/assets/i18n/en-US.json                 |  28 +-
 web-app/src/assets/i18n/zh-CN.json                 |  30 +-
 web-app/src/assets/i18n/zh-TW.json                 |  28 +-
 web-app/src/assets/logo.svg                        |   5 +-
 web-app/src/assets/logo_white.svg                  |   5 +-
 web-app/src/favicon.ico                            | Bin 5088 -> 2540 bytes
 web-app/src/styles.less                            |   1 -
 web-app/src/styles/theme.less                      |   2 +-
 web-app/yarn.lock                                  | 475 +------------
 649 files changed, 21465 insertions(+), 7257 deletions(-)
 create mode 100644 .github/labeler.yml
 rename .github/workflows/{issues-translator.yml => license-checker.yml} (62%)
 create mode 100644 .github/workflows/pull-request-robot.yml
 create mode 100644 DISCLAIMER
 copy 
common/src/main/java/org/apache/hertzbeat/common/entity/manager/{JsonTagListAttributeConverter.java
 => JsonLongListAttributeConverter.java} (54%)
 copy 
common/src/main/java/org/apache/hertzbeat/common/entity/manager/{JsonTagListAttributeConverter.java
 => JsonStringListAttributeConverter.java} (54%)
 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 
home/{i18n/zh-cn/docusaurus-plugin-content-docs/current/others/developer.md => 
blog/2024-04-17-to-apache.md} (61%)
 create mode 100644 home/docs/community/become_committer.md
 create mode 100644 home/docs/community/become_pmc_member.md
 create mode 100644 home/docs/community/code-style-and-quality-guide.md
 create mode 100644 home/docs/community/contact.md
 create mode 100644 home/docs/community/document.md
 create mode 100644 home/docs/community/how-to-release.md
 create mode 100644 home/docs/community/how-to-verify.md
 create mode 100644 home/docs/community/mailing_lists.md
 create mode 100644 home/docs/community/new_committer_process.md
 create mode 100644 home/docs/community/new_pmc_member_process.md
 create mode 100644 home/docs/community/submit-code.md
 delete mode 100644 home/docs/others/contact.md
 delete mode 100644 home/docs/others/sponsor.md
 copy 
home/i18n/zh-cn/{docusaurus-plugin-content-docs/current/others/developer.md => 
docusaurus-plugin-content-blog/2024-04-17-to-apache.md} (61%)
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/become_committer.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/become_pmc_member.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/code-style-and-quality-guide.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/contact.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/document.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-release.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-verify.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/mailing_lists.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_committer_process.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/new_pmc_member_process.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/submit-code.md
 delete mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/others/contact.md
 delete mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/others/sponsor.md
 copy .asf.yaml => home/static/.asf.yaml (97%)
 create mode 100644 home/static/img/blog/apache-incubator-1.png
 create mode 100644 home/static/img/blog/apache-incubator-2.png
 delete mode 100644 home/static/img/hertzbeat-brand.jpg
 delete mode 100644 home/static/img/tancloud-brand-white-y.png
 delete mode 100644 home/static/img/tancloud-brand-white-y.svg
 delete mode 100644 home/static/img/tancloud-brand-white.png
 delete mode 100644 home/static/img/tancloud-brand-white.svg
 delete mode 100644 home/static/img/tancloud-brand-y.png
 delete mode 100644 home/static/img/tancloud-brand-y.svg
 delete mode 100644 home/static/img/tancloud-brand.jpg
 delete mode 100644 home/static/img/tancloud-brand.png
 delete mode 100644 home/static/img/tancloud-brand.svg
 delete mode 100644 home/static/img/tancloud-logo.svg
 create mode 100644 
manager/src/main/java/org/apache/hertzbeat/manager/component/alerter/impl/AliYunAlertNotifyHandlerImpl.java
 create mode 100644 material/licenses/backend/LICENSE-H2.txt
 create mode 100644 material/licenses/backend/LICENSE-HdrHistogram.txt
 create mode 100644 material/licenses/backend/LICENSE-Java-WebSocket.txt
 create mode 100644 material/licenses/backend/LICENSE-LatencyUtils.txt
 create mode 100644 material/licenses/backend/LICENSE-angus-activation.txt
 create mode 100644 
material/licenses/backend/LICENSE-animal-sniffer-annotation.txt
 create mode 100644 material/licenses/backend/LICENSE-antlr4-runtime.txt
 create mode 100644 material/licenses/backend/LICENSE-asm.txt
 create mode 100644 material/licenses/backend/LICENSE-aspectjweaver.txt
 create mode 100644 material/licenses/backend/LICENSE-aviator.txt
 create mode 100644 material/licenses/backend/LICENSE-checker-qual.txt
 create mode 100644 material/licenses/backend/LICENSE-curvesapi.txt
 create mode 100644 material/licenses/backend/LICENSE-dnsjava.txt
 create mode 100644 material/licenses/backend/LICENSE-eddsa.txt
 create mode 100644 
material/licenses/backend/LICENSE-hibernate-commons-annotations.txt
 create mode 100644 material/licenses/backend/LICENSE-hibernate-core.txt
 create mode 100644 material/licenses/backend/LICENSE-influxdb-java.txt
 create mode 100644 material/licenses/backend/LICENSE-istack-commons-runtime.txt
 create mode 100644 material/licenses/backend/LICENSE-jakarta.activation-api.txt
 create mode 100644 material/licenses/backend/LICENSE-jakarta.annotation-api.txt
 create mode 100644 material/licenses/backend/LICENSE-jakarta.mail.txt
 create mode 100644 
material/licenses/backend/LICENSE-jakarta.persistence-api.txt
 create mode 100644 
material/licenses/backend/LICENSE-jakarta.transaction-api.txt
 create mode 100644 material/licenses/backend/LICENSE-jakarta.xml.bind-api.txt
 create mode 100644 material/licenses/backend/LICENSE-javassist.txt
 create mode 100644 material/licenses/backend/LICENSE-javax.annotation-api.txt
 create mode 100644 material/licenses/backend/LICENSE-jaxb-api.txt
 create mode 100644 material/licenses/backend/LICENSE-jaxb-core.txt
 create mode 100644 material/licenses/backend/LICENSE-jaxb-runtime.txt
 create mode 100644 material/licenses/backend/LICENSE-jcl-over-slf4j.txt
 create mode 100644 material/licenses/backend/LICENSE-jul-to-slf4j.txt
 create mode 100644 material/licenses/backend/LICENSE-logback-classic.txt
 create mode 100644 material/licenses/backend/LICENSE-logback-core.txt
 create mode 100644 material/licenses/backend/LICENSE-mssql-jdbc.txt
 create mode 100644 material/licenses/backend/LICENSE-postgresql.txt
 create mode 100644 material/licenses/backend/LICENSE-protobuf-java-util.txt
 create mode 100644 material/licenses/backend/LICENSE-protobuf-java.txt
 create mode 100644 material/licenses/backend/LICENSE-reactive-streams.txt
 create mode 100644 material/licenses/backend/LICENSE-slf4j-api.txt
 create mode 100644 material/licenses/backend/LICENSE-stax2-api.txt
 create mode 100644 material/licenses/backend/LICENSE-taos-jdbcdriver.txt
 create mode 100644 material/licenses/backend/LICENSE-txw2.txt
 create mode 100644 material/licenses/backend/LICENSE-zstd-jni.txt
 create mode 100644 material/licenses/frontend/LICENSE-DefinitelyTyped.txt
 create mode 100644 material/licenses/frontend/LICENSE-FileSaver.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-Mock.txt
 create mode 100644 material/licenses/frontend/LICENSE-abs-svg-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-adjust.txt
 create mode 100644 material/licenses/frontend/LICENSE-ajv-formats.txt
 create mode 100644 material/licenses/frontend/LICENSE-ajv.txt
 create mode 100644 
material/licenses/frontend/LICENSE-angular-tag-cloud-module.txt
 create mode 100644 material/licenses/frontend/LICENSE-angular.txt
 create mode 100644 material/licenses/frontend/LICENSE-ant-design-colors.txt
 create mode 100644 material/licenses/frontend/LICENSE-attr.txt
 create mode 100644 material/licenses/frontend/LICENSE-babel.txt
 create mode 100644 material/licenses/frontend/LICENSE-commander.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-commander.txt
 create mode 100644 material/licenses/frontend/LICENSE-component.txt
 create mode 100644 material/licenses/frontend/LICENSE-components.txt
 create mode 100644 material/licenses/frontend/LICENSE-coord.txt
 create mode 100644 material/licenses/frontend/LICENSE-core-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-core-util-is.txt
 create mode 100644 material/licenses/frontend/LICENSE-csstype.txt
 create mode 100644 material/licenses/frontend/LICENSE-custom-event-polyfill.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-array.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-collection.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-color.txt
 create mode 100644 
material/licenses/frontend/LICENSE-d3-composite-projections.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-dsv.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-ease.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-geo-projection.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-geo.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-hexjson.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-hierarchy.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-interpolate.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-sankey.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-shape.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-timer.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-voronoi.txt
 create mode 100644 material/licenses/frontend/LICENSE-dagre.txt
 create mode 100644 material/licenses/frontend/LICENSE-data-set.txt
 create mode 100644 material/licenses/frontend/LICENSE-date-fns.txt
 create mode 100644 material/licenses/frontend/LICENSE-delon.txt
 create mode 100644 material/licenses/frontend/LICENSE-detect-browser.txt
 create mode 100644 material/licenses/frontend/LICENSE-entities.txt
 create mode 100644 material/licenses/frontend/LICENSE-fast-deep-equal.txt
 create mode 100644 material/licenses/frontend/LICENSE-fecha.txt
 create mode 100644 material/licenses/frontend/LICENSE-g2.txt
 create mode 100644 material/licenses/frontend/LICENSE-gl-matrix.txt
 create mode 100644 material/licenses/frontend/LICENSE-graphlib.txt
 create mode 100644 material/licenses/frontend/LICENSE-hierarchy.txt
 create mode 100644 material/licenses/frontend/LICENSE-hotkey.txt
 create mode 100644 material/licenses/frontend/LICENSE-iconv-lite.txt
 create mode 100644 material/licenses/frontend/LICENSE-immediate.txt
 create mode 100644 material/licenses/frontend/LICENSE-inherits.txt
 create mode 100644 material/licenses/frontend/LICENSE-internmap.txt
 create mode 100644 material/licenses/frontend/LICENSE-isarray.txt
 create mode 100644 material/licenses/frontend/LICENSE-isutf8.txt
 create mode 100644 material/licenses/frontend/LICENSE-jquery.txt
 create mode 100644 material/licenses/frontend/LICENSE-json-schema-traverse.txt
 create mode 100644 material/licenses/frontend/LICENSE-jszip.txt
 create mode 100644 material/licenses/frontend/LICENSE-lie.txt
 create mode 100644 material/licenses/frontend/LICENSE-loadjs.txt
 create mode 100644 material/licenses/frontend/LICENSE-lodash.txt
 create mode 100644 material/licenses/frontend/LICENSE-monaco-editor.txt
 create mode 100644 material/licenses/frontend/LICENSE-ng-zorro-antd.txt
 create mode 100644 material/licenses/frontend/LICENSE-ngx-countdown.txt
 create mode 100644 material/licenses/frontend/LICENSE-ngx-echarts.txt
 create mode 100644 material/licenses/frontend/LICENSE-node-extend.txt
 create mode 100644 material/licenses/frontend/LICENSE-pako.txt
 create mode 100644 material/licenses/frontend/LICENSE-parse-svg-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-parse5.txt
 create mode 100644 material/licenses/frontend/LICENSE-plyr.txt
 create mode 100644 material/licenses/frontend/LICENSE-process-nextick-args.txt
 create mode 100644 material/licenses/frontend/LICENSE-punycode.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-rangetouch.txt
 create mode 100644 material/licenses/frontend/LICENSE-readable-stream.txt
 create mode 100644 material/licenses/frontend/LICENSE-regression-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-require-from-string.txt
 create mode 100644 material/licenses/frontend/LICENSE-rw.txt
 create mode 100644 material/licenses/frontend/LICENSE-safe-buffer.txt
 create mode 100644 material/licenses/frontend/LICENSE-safer-buffer.txt
 create mode 100644 material/licenses/frontend/LICENSE-scale.txt
 create mode 100644 material/licenses/frontend/LICENSE-screenfull.txt
 create mode 100644 material/licenses/frontend/LICENSE-setImmediate.txt
 create mode 100644 material/licenses/frontend/LICENSE-simple-statistics.txt
 create mode 100644 material/licenses/frontend/LICENSE-slick.txt
 create mode 100644 material/licenses/frontend/LICENSE-string_decoder.txt
 create mode 100644 material/licenses/frontend/LICENSE-tinycolor.txt
 create mode 100644 material/licenses/frontend/LICENSE-topojson-client.txt
 create mode 100644 material/licenses/frontend/LICENSE-tslib.txt
 create mode 100644 material/licenses/frontend/LICENSE-uri-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-url-polyfill.txt
 create mode 100644 material/licenses/frontend/LICENSE-util-deprecate.txt
 create mode 100644 material/licenses/frontend/LICENSE-util.txt
 create mode 100644 material/licenses/frontend/LICENSE-zrender.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to