登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
Gitee 1024 有奖征集启动,提交你的创意作品,赢取程序员们都爱的礼品!
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
835
罗洋
/
hertzbeat
forked from
Apache HertzBeat
/
hertzbeat
确定同步?
同步操作将从
Apache HertzBeat/hertzbeat
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Issues
0
Pull Requests
0
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v1.5.0
### **Download Link** **hertzbeat server** - ⬇️ [hertzbeat-1.5.0.tar.gz](https://gitee.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-1.5.0.tar.gz) - ⬇️ [hertzbeat-1.5.0.zip](https://gitee.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-1.5.0.zip) - ⬇️ [hertzbeat-linux_amd64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-linux_amd64_1.5.0.tar.gz) - ⬇️ [hertzbeat-linux_arm64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-linux_arm64_1.5.0.tar.gz) - ⬇️ [hertzbeat-macos_arm64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-macos_arm64_1.5.0.tar.gz) - ⬇️ [hertzbeat-macos_amd64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-macos_amd64_1.5.0.tar.gz) - ⬇️ [hertzbeat-windows64_1.5.0.zip](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-windows64_1.5.0.zip) **hertzbeat collector** - ⬇️ [hertzbeat-collector-1.5.0.tar.gz](https://gitee.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-1.5.0.tar.gz) - ⬇️ [hertzbeat-collector-1.5.0.zip](https://gitee.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-1.5.0.zip) - ⬇️ [hertzbeat-collector-linux_amd64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-linux_amd64_1.5.0.tar.gz) - ⬇️ [hertzbeat-collector-linux_arm64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-linux_arm64_1.5.0.tar.gz) - ⬇️ [hertzbeat-collector-macos_arm64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-macos_arm64_1.5.0.tar.gz) - ⬇️ [hertzbeat-collector-macos_amd64_1.5.0.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-macos_amd64_1.5.0.tar.gz) - ⬇️ [hertzbeat-collector-windows64_1.5.0.zip](https://github.com/dromara/hertzbeat/releases/download/v1.5.0/hertzbeat-collector-windows64_1.5.0.zip) **hertzbeat docker compose script** - ⬇️ [docker-compose.zip](https://gitee.com/dromara/hertzbeat/releases/download/v1.5.0/docker-compose.zip) ## v1.5.0 Home: hertzbeat.com Hi guys! HertzBeat's 1.5.0 version has published! This version hertzbeat provides powerful status page building capabilities, easily communicate the real-time status of your service to users. like https://www.githubstatus.com/ - support status page function @tomsun28 - add new field description in hertzbeat tag detail by @GEM0816g - bugfix: search monitors error when pageable @avvCode - Alert define add export and import function @a-little-fool @yqxxgh - refactor tdengine store code, auto close resource by @Carpe-Wang - alert notice add monitor host by @yqxxgh - snowflake id by @liyin - interface info displays in Mb by @Calvin979 - Alert yml config by @zqr10159 - more feature, document and bugfix ### status page ![输入图片说明](https://foruda.gitee.com/images/1707364503153708802/6f0deb63_1767651.png "截屏2024-02-03 13.24.01.png") --- Let's Try Now! 1. Just one command to get started: ```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat``` ```or use quay.io (if dockerhub network connect timeout)``` ```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat quay.io/tancloud/hertzbeat``` 2. Access `http://localhost:1157` to start, default account: `admin/hertzbeat` 3. Deploy collector clusters ``` docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MANAGER_PORT=1158 --name hertzbeat-collector tancloud/hertzbeat-collector ``` - `-e IDENTITY=custom-collector-name` : set the collector unique identity name. - `-e MANAGER_HOST=127.0.0.1` : set the main hertzbeat server ip. - `-e MANAGER_PORT=1158` : set the main hertzbeat server port, default 1158. Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/docs/start/docker-deploy) --- **Thanks to the contributors!** 👍👍 ## 更新内容 * auto build docker-compose script zip (#1543) * use okhttp instead of HttpURLConnection in rest template (#1542) * [hertzbeat] release hertzbeat version v1.5.0 (#1538) * notify success when import alarm define success (#1536) * alert yml config (#1535) * update nginx monitoring help doc (#1533) * update status page relate doc (#1532) * [doc] update time series doc (#1531) * [feat] status page incident history (#1528) * Staus Page Component (#1449) * Fixed: interface info displays in Mb (#1521) * snowflake id (#1517) * add wechat alarm notify, refactor code (#1516) * alert notice add monitor host (#1515) * refactor tdengine store code, auto close resource (#1513) * Alert define export tags combine (#1506) * bugfix webhook notice error (#1504) * [doc] add CharlieShi46 as a contributor for code (#1505) * bugfix exportMonitor.monitor.tags npe (#1502) * Alert tests fix (#1501) * Alert define add export and import function (#1499) * bugfix prometheus type metrics threshold alarm not work (#1498) * [doc] add 1.4.4 new publish doc (#1497) * [doc] add yqxxgh as a contributor for doc (#1496) * webapp add build package script (#1494) * bugfix mongodb collect cause system thread oom (#1488) * [doc] add avvCode as a contributor for code (#1492) * bugfix: search monitors error when pageable #1470 (#1491) * [doc] add GEM0816g as a contributor for code (#1490) * feature: add new field description in hertzbeat tag detail (#1489) * update introduce doc (#1484) **完整的更新日志**: https://gitee.com/dromara/hertzbeat/compare/v1.4.4...v1.5.0
45e05bb
2024-02-08 10:54
下载
v1.4.4
### **Download Link** **hertzbeat server** - ⬇️ [hertzbeat-1.4.4.tar.gz](https://gitee.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.tar.gz) - ⬇️ [hertzbeat-1.4.4.zip](https://gitee.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-1.4.4.zip) - ⬇️ [hertzbeat-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_amd64_1.4.4.tar.gz) - ⬇️ [hertzbeat-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-linux_arm64_1.4.4.tar.gz) - ⬇️ [hertzbeat-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_arm64_1.4.4.tar.gz) - ⬇️ [hertzbeat-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-macos_amd64_1.4.4.tar.gz) - ⬇️ [hertzbeat-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-windows64_1.4.4.zip) **hertzbeat collector** - ⬇️ [hertzbeat-collector-1.4.4.tar.gz](https://gitee.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.tar.gz) - ⬇️ [hertzbeat-collector-1.4.4.zip](https://gitee.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-1.4.4.zip) - ⬇️ [hertzbeat-collector-linux_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_amd64_1.4.4.tar.gz) - ⬇️ [hertzbeat-collector-linux_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-linux_arm64_1.4.4.tar.gz) - ⬇️ [hertzbeat-collector-macos_arm64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_arm64_1.4.4.tar.gz) - ⬇️ [hertzbeat-collector-macos_amd64_1.4.4.tar.gz](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-macos_amd64_1.4.4.tar.gz) - ⬇️ [hertzbeat-collector-windows64_1.4.4.zip](https://github.com/dromara/hertzbeat/releases/download/v1.4.4/hertzbeat-collector-windows64_1.4.4.zip) ## v1.4.4 Home: hertzbeat.com Hi guys! HertzBeat's 1.4.4 version has published! - support snmp v3 monitoring protocol @TJxiaobao - support monitoring NebulaGraph metrics @ZY945 - support monitoring pop3 metrics @a-little-fool - support monitoring memcached metrics @ZY945 - support monitoring nginx metrics @a-little-fool - support monitoring hive metrics @a-little-fool - feature: support for dns monitoring by @Calvin979 - monitoring the availability of websockets through handshake. by @ZY945 - add ntp protocol and support ntp monitoring by @ZY945 - add smtp protocol and support smtp monitoring by @ZY945 - more feature, document and bugfix <img width="2032" alt="1" src="https://github.com/dromara/hertzbeat/assets/24788200/fd07f38d-b7fd-49dc-9075-f91f1526a2d0"> --- Let's Try Now! 1. Just one command to get started: ```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat tancloud/hertzbeat``` ```or use quay.io (if dockerhub network connect timeout)``` ```docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat quay.io/tancloud/hertzbeat``` 2. Access `http://localhost:1157` to start, default account: `admin/hertzbeat` 3. Deploy collector clusters ``` docker run -d -e IDENTITY=custom-collector-name -e MANAGER_HOST=127.0.0.1 -e MANAGER_PORT=1158 --name hertzbeat-collector tancloud/hertzbeat-collector ``` - `-e IDENTITY=custom-collector-name` : set the collector unique identity name. - `-e MANAGER_HOST=127.0.0.1` : set the main hertzbeat server ip. - `-e MANAGER_PORT=1158` : set the main hertzbeat server port, default 1158. Detailed config refer to [Install HertzBeat via Docker](https://hertzbeat.com/docs/start/docker-deploy) --- **Thanks to the contributors!** 👍👍 ## 更新内容 * alarm calculate ignore metrics collect code - TIMEOUT (#1478) * bugfix nginx collect http deadlock error (#1476) * [hertzbeat] release hertzbeat version v1.4.4 (#1475) * Fix npt of webhook notify (#1474) * fixed: snmpv3 contextName bug (#1473) * update switch monitoring metrics i18n (#1472) * bugfix alarm trigger-times not work when alarm and recovered trigger c… * [feature] support snmp v3 monitoring protocol (#1469) * [doc] add ldysdu as a contributor for code (#1471) * feat: support hostname target (#1455) * bugfix telegram-notice can not input bot-token (#1465) * bugfix springboot3 translation (#1467) * bugfix history range query not work when victoria-metrics store (#1463) * Add alarm trigger time for alarm restore (#1464) * [doc] add tslj1024 as a contributor for code (#1462) * update docker monitoring template yml * update dashboard ui, remove ssh custom SignatureFactories, update app … * [doc] add hurenjie1 as a contributor for code (#1459) * update app-zookeeper.yml (#1458) * [doc] add new committer ZY945 (#1453) * remove sleep, probably busy-waiting (#1456) * [doc] add ZhangZixuan1994 as a contributor for code (#1454) * bugfix delete monitor error after monitor canceled (#1451) * bugfix java.lang.IllegalArgumentException: Illegal character in query… (#1443) * update docker-compose script and fix version (#1447) * feat: add metrics i18n for app-docker.yml (#1446) * feature: add metrics i18n for app-springboot3.yml (#1445) * Fix Nginx Collect validateParams function NPE (#1442) * support monitoring NebulaGraph metrics and add help doc (#1441) * app-rabbitmq.yml Modifying Error Fields. (#1440) * fix(*): error create lru-cache-timeout-cleaner thread (#1438) * app-rabbitmq.yml support for international name aliases (#1439) * bugfix threshold init error in mysql env (#1435) * Add relevant documents for SMTP and NTP (#1437) * bugfix ^o^ token error, protect metrics api auth (#1434) * add jpa to date type storage (#1431) * update monitoring state un-manage to unmonitored, update pic (#1430) * [doc] add hive nginx pop3 spring_gateway zh-cn help doc (#1429) * [doc]update sidebars.json (#1428) * feature: support monitoring pop3 metrics and add help doc (#1427) * update label structure store in victoria metrics, make it prometheus l… * [doc] add code of conduct (#1425) * support all ssh connect key exchange (#1424) * support monitoring memcached metrics and add a help doc (#1423) * update parser to parse from prometheus txt metrics data (#1421) * feature: support monitoring nginx metrics and add a help doc (#1420) * update component tip and help tip doc (#1418) * support legend pageable in history data charts (#1414) * support monitoring hive metrics (#1417) * #1397 feature: support for dns monitoring (#1416) **完整的更新日志**: https://gitee.com/dromara/hertzbeat/compare/v1.4.3...v1.4.4
f9bbd78
2024-01-11 17:06
下载
v1.4.3
2863f92
2023-12-07 11:28
下载
v1.4.2
1f12ac9
2023-11-10 21:59
下载
v1.4.1
c05dee6
2023-09-25 20:57
下载
v1.4.0
d14fe28
2023-08-10 22:48
下载
v1.3.2
9828528
2023-07-05 09:56
下载
v1.3.1
9e66e0a
2023-05-02 23:55
下载
v1.3.0
6f1de66
2023-03-11 16:37
下载
v1.2.5
ce06e37
2023-02-12 14:09
下载
v1.2.4
900d371
2023-01-15 21:10
下载
v1.2.3
ff53a4f
2022-12-24 17:49
下载
v1.2.2
8397fef
2022-11-27 22:48
下载
v1.2.1
fab8f9f
2022-10-30 23:42
下载
v1.2.0
d138104
2022-10-07 19:20
下载
v1.1.3
5ae0ddd
2022-09-04 17:26
下载
v1.1.2
a74bdb8
2022-08-14 23:34
下载
v1.1.1
4b0b6d8
2022-07-11 22:12
下载
v1.1.0
65c569a
2022-06-19 21:17
下载
v1.0
848a28d
2022-05-29 17:38
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Java
1
https://gitee.com/luo-ang-520/hertzbeat.git
git@gitee.com:luo-ang-520/hertzbeat.git
luo-ang-520
hertzbeat
hertzbeat
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册