* [home]feature: support home docs i18n en * [home]feature: i18n update introduce * [web-app]i18n for zh-TW * [home]feature: i18n update docs
52 lines
3.3 KiB
Markdown
52 lines
3.3 KiB
Markdown
---
|
|
id: introduce
|
|
title: HertzBeat
|
|
sidebar_label: Introduce
|
|
slug: /
|
|
---
|
|
|
|
> Friendly cloud monitoring system.
|
|
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
|
|
## 🎡 <font color="green">Introduction</font>
|
|
|
|
> [HertzBeat](https://github.com/dromara/hertzbeat) is an opensource monitoring and alarm project incubated by [Dromara](https://dromara.org) and open sourced by [TanCloud](https://tancloud.cn), which supports Website, API, PING, Port, Database, OS Monitor etc.
|
|
> We also provide **[Monitoring Cloud For Saas](https://console.tancloud.cn)**, people no longer need to deploy a cumbersome monitoring system in order to monitor their website resources. **[Sign in to get started for free](https://console.tancloud.cn)**.
|
|
> 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](https://hertzbeat.com/docs/advanced/extend-point), 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](https://console.tancloud.cn) 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](https://github.com/dromara/hertzbeat/tree/master/manager)** Provide monitoring management, system management basic services.
|
|
> Provides monitoring management, monitoring configuration management, system user management, etc.
|
|
- **[collector](https://github.com/dromara/hertzbeat/tree/master/collector)** Provide metrics data collection services.
|
|
> Use common protocols to remotely collect and obtain peer-to-peer metrics data.
|
|
- **[scheduler](https://github.com/dromara/hertzbeat/tree/master/scheduler)** Provide monitoring task scheduling service.
|
|
> Collection task management, scheduling and distribution of one-time tasks and periodic tasks.
|
|
- **[warehouse](https://github.com/dromara/hertzbeat/tree/master/warehouse)** Provide monitoring data warehousing services.
|
|
> Metrics data management, data query, calculation and statistics.
|
|
- **[alerter](https://github.com/dromara/hertzbeat/tree/master/alerter)** Provide alert service.
|
|
> Alarm calculation trigger, monitoring status linkage, alarm configuration, and alarm notification.
|
|
- **[web-app](https://github.com/dromara/hertzbeat/tree/master/web-app)** Provide web ui.
|
|
> Angular Web UI.
|
|
|
|

|
|
|