* feat: MonitorsController Chinese and English support #huacheng * feat: [manager]feature:Delete notification operation compatibility query is empty #huacheng
HertzBeat | 中文文档
Friendly cloud monitoring system.
Home: hertzbeat.com | tancloud.cn
🎡 Introduction
HertzBeat is an opensource monitoring and alarm project incubated by Dromara and open sourced by TanCloud, which supports Website, API, PING, Port, Database, OS Monitor etc.
We also provide Monitoring Cloud For Saas, people no longer need to deploy a cumbersome monitoring system in order to monitor their website resources. Sign in to get started for free.
HertzBeat supports more liberal threshold alarm configuration (calculation expression), supports alarm notification, alarm template, email, DingDing, WeChat FeiShu and WebHook.
Most important is HertzBeat supports Custom Monitoring, just by configuring the YML file, we can customize the monitoring types and metrics what we need.
HertzBeat is modular,manager, collector, scheduler, warehouse, alertermodules are decoupled for easy understanding and custom development.
Welcome to HertzBeat's Cloud Environment TanCloud to try and discover more.
Welcome to join us to build hertzbeat together.
HertzBeat's multi-type support, easy expansion, low coupling, hope to help developers and micro teams to quickly build their own monitoring system.
🥐 Architecture
- manager Provide monitoring management, system management basic services.
Provides monitoring management, monitoring configuration management, system user management, etc.
- collector Provide metrics data collection services.
Use common protocols to remotely collect and obtain peer-to-peer metrics data.
- scheduler Provide monitoring task scheduling service.
Collection task management, scheduling and distribution of one-time tasks and periodic tasks.
- warehouse Provide monitoring data warehousing services.
Metrics data management, data query, calculation and statistics.
- alerter Provide alert service.
Alarm calculation trigger, monitoring status linkage, alarm configuration, and alarm notification.
- web-app Provide web ui.
Angular Web UI.
🐕 Quick Start
- If you don’t want to deploy but use it directly, we provide SAAS Monitoring Cloud-TanCloud, **Log In And Register For Free **.
- If you want to deploy HertzBeat local, please refer to the following Deployment Documentation for operation.
🐵 Dependency Service Deployment
HertzBeat depends at least on relational database MYSQL5+ and time series database TDengine2+
Install MYSQL
- Install mysql with docker
docker run -d --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7 - Create database names
hertzbeat - Run the database sql script schema.sql located in the project repository
/script/sql/directory.
For detailed steps, refer to MYSQL Installation And Initialization
Install TDengine
- Install TDengine with docker
docker run -d -p 6030-6049:6030-6049 -p 6030-6049:6030-6049/udp --name tdengine tdengine/tdengine:2.4.0.12 - Create database names
hertzbeat
For detailed steps, refer to TDengine Installation And Initialization.
🍞 Install HertzBeat
HertzBeat supports installation through source code, docker or package.
1:Install quickly via docker
docker run -d -p 1157:1157 -v /opt/application.yml:/opt/hertzbeat/config/application.yml --name hertzbeat tancloud/hertzbeat:[版本tag]
Detailed steps refer to Install HertzBeat via Docker
2:Install via package
- Download the installation package GITEE Release GITHUB Release
- Configure the HertzBeat configuration yml file
hertzbeat/config/application.yml - Run shell
$ ./startup.sh - Access
localhost:1157to start, default account:admin/admin
Detailed steps refer to Install HertzBeat via package
3:Start via source code
- Local source code debugging needs to start the back-end project manager and the front-end project web-app.
- Backend:need
maven3+,java8+, start the manager service. - Web:need
nodejs npm angular-clienvironment, Runng serve --openinweb-appdirectory after backend startup. - Access
localhost:4200to start, default account:admin/admin
Detailed steps refer to CONTRIBUTING
4:Install All(mysql+tdengine+hertzbeat) via Docker-compose
Install and deploy the mysql database, tdengine database and hertzbeat at one time through docker-compose deployment script.
Detailed steps refer to docker-compose install
HAVE FUN
💬 Join discussion
HertzBeat is an incubation project of Dromara Open Source Community.
WeChat Group
Add WeChat account tan-cloud or scan the QR code below to pull you into the WeChat group.
QQ Group
QQ group number 718618151 or scan the group QR code below, verify code: tancloud
Github Discussion
Welcome to Discuss in Github Discussion
Public WeChat
Sponsor
Thanks 吉实信息(构建全新的微波+光交易网络) sponsored server node.
Thanks 天上云计算(全新智慧上云) sponsored server node.
