Skip to content

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

License

Notifications You must be signed in to change notification settings

apache/hertzbeat

Repository files navigation

hertzbeat

HertzBeat | 中文文档

Friendly Cloud Monitoring System. | 易用友好的云监控系统, 无需Agent, 强大自定义监控能力.

Gitter tan-cloud tan-cloud tan-cloud tan-cloud tan-cloud tan-cloud tan-cloud tan-cloud tan-cloud

Home: hertzbeat.com | tancloud.cn

Running HertzBeat in OSCR.COM Open Source Runtime Community - Doc

🎡 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, alerter modules 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.


hertzbeat


🥐 Architecture

hertzBeat

🐕 Quick Start

🐵 Dependency Service Deployment

HertzBeat depends at least on relational database MYSQL5+ and time series database TDengine2+

Install MYSQL
  1. Install mysql with docker
    docker run -d --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7
  2. Create database names hertzbeat
  3. Run the database sql script schema.sql located in the project repository /script/sql/ directory.

For detailed steps, refer to MYSQL Install And Init

Install TDengine
  1. 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
  2. Create database names hertzbeat

For detailed steps, refer to TDengine Install And Init.

🍞 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:[version]

Detailed steps refer to Install HertzBeat via Docker

2:Install via package
  1. Download the installation package GITEE Release GITHUB Release
  2. Configure the HertzBeat configuration yml file hertzbeat/config/application.yml
  3. Run shell $ ./startup.sh
  4. Access localhost:1157 to start, default account: admin/hertzbeat

Detailed steps refer to Install HertzBeat via Package

3:Start via source code
  1. Local source code debugging needs to start the back-end project manager and the front-end project web-app.
  2. Backend:need maven3+, java8+, lombok, start the manager service.
  3. Web:need nodejs npm angular-cli environment, Run ng serve --open in web-app directory after backend startup.
  4. Access localhost:4200 to start, default account: admin/hertzbeat

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 Install via Docker-Compose

HAVE FUN

✨ Contributors

Thanks these wonderful people, welcome to join us:
Contributor Guide


tomsun28

💻 📖 🎨

会编程的王学长

💻 📖 🎨

MaxKey

💻 🎨 🤔

观沧海

💻 🎨 🐛

yuye

💻 📖

jx10086

💻 🐛

winnerTimer

💻 🐛

goo-kits

💻 🐛

brave4Time

💻 🐛

WalkerLee

💻 🐛

jianghang

💻 🐛

ChineseTony

💻

💬 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.

tan-cloud

QQ Group

QQ group number 718618151 or scan the group QR code below, verify code: tancloud

tan-cloud

Public WeChat

tan-cloud

Channel

Gitter Channel

Github Discussion

User Club

Sponsor

Thanks 吉实信息(构建全新的微波+光交易网络) sponsored server node.
Thanks 蓝易云(全新智慧上云) sponsored server node and cdn.

🛡️ License

Apache License, Version 2.0