Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hertzbeat home website revision #271

Merged
merged 13 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home/blog/2022-04-08-hertzbeat-v1.0-beta.7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: HertzBeat入GVP啦,并 v1.0.beta.7 发布,易用友好的云监控系统
title: HertzBeat入GVP啦,并 v1.0.beta.7 发布,易用友好的实时监控系统
author: tom
author_title: tom
author_url: https://github.com/tomsun28
Expand Down
29 changes: 22 additions & 7 deletions home/docs/help/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,30 @@ sidebar_label: 帮助入门

### 应用服务监控

[网站监测](website)      [HTTP API](api)      [PING连通性](ping)      [端口可用性](port)      [全站监控](fullsite)
&emsp;&#x1F449;&emsp;[网站监测](website) <br />
&emsp;&#x1F449;&emsp;[HTTP API](api) <br />
&emsp;&#x1F449;&emsp;[PING连通性](ping) <br />
&emsp;&#x1F449;&emsp;[端口可用性](port) <br />
&emsp;&#x1F449;&emsp;[全站监控](fullsite) <br />

### 数据库监控

[MYSQL数据库监控](mysql) &emsp;&emsp;&emsp;&emsp; [MariaDB数据库监控](mariadb) &emsp;&emsp;&emsp;&emsp; [PostgreSQL数据库监控](postgresql) &emsp;&emsp;&emsp;&emsp; [SqlServer数据库监控](sqlserver) &emsp;&emsp;&emsp;&emsp; [Oracle数据库监控](oracle)
&emsp;&#x1F449;&emsp;[MYSQL数据库监控](mysql) <br />
&emsp;&#x1F449;&emsp;[MariaDB数据库监控](mariadb) <br />
&emsp;&#x1F449;&emsp;[PostgreSQL数据库监控](postgresql) <br />
&emsp;&#x1F449;&emsp;[SqlServer数据库监控](sqlserver) <br />
&emsp;&#x1F449;&emsp;[Oracle数据库监控](oracle) <br />

### 操作系统监控

[Linux操作系统监控](linux) &emsp;&emsp;&emsp;&emsp; [Windows操作系统监控](windows) &emsp;&emsp;&emsp;&emsp; [Ubuntu操作系统监控](ubuntu) &emsp;&emsp;&emsp;&emsp; [Centos操作系统监控](centos) &emsp;&emsp;&emsp;&emsp;
&emsp;&#x1F449;&emsp;[Linux操作系统监控](linux) <br />
&emsp;&#x1F449;&emsp;[Windows操作系统监控](windows) <br />
&emsp;&#x1F449;&emsp;[Ubuntu操作系统监控](ubuntu) <br />
&emsp;&#x1F449;&emsp;[Centos操作系统监控](centos) <br />

### 中间件监控

[Zookeeper](zookeeper) &emsp;&emsp;&emsp;&emsp;
&emsp;&#x1F449;&emsp;[Zookeeper](zookeeper) <br />

## 💡 告警服务

Expand All @@ -41,7 +52,8 @@ sidebar_label: 帮助入门

> 指标阈值配置,提供表达式形式的指标阈值配置,可设置告警级别,触发次数,告警通知模版和是否启用,关联监控等功能。

详见 [阈值告警](alert_threshold) &emsp;&emsp;&emsp;&emsp; [阈值表达式](alert_threshold_expr)
详见&emsp;&#x1F449;&emsp;[阈值告警](alert_threshold) <br />
&emsp;&emsp;&emsp;&#x1F449;&emsp;[阈值表达式](alert_threshold_expr)

### 告警通知

Expand All @@ -50,5 +62,8 @@ sidebar_label: 帮助入门
> 接收人设置后需要设置关联的告警通知策略,来配置哪些告警信息发给哪些接收人。


[配置邮箱通知](alert_email) &emsp;&emsp;&emsp;&emsp; [配置WebHook通知](alert_webhook) &emsp;&emsp;&emsp;&emsp; [配置企业微信机器人通知](alert_wework)
[配置钉钉机器人通知](alert_dingtalk) &emsp;&emsp;&emsp;&emsp; [配置飞书机器人通知](alert_feishu)
&emsp;&#x1F449;&emsp;[配置邮箱通知](alert_email) <br />
&emsp;&#x1F449;&emsp;[配置WebHook通知](alert_webhook) <br />
&emsp;&#x1F449;&emsp;[配置企业微信机器人通知](alert_wework) <br />
&emsp;&#x1F449;&emsp;[配置钉钉机器人通知](alert_dingtalk) <br />
&emsp;&#x1F449;&emsp;[配置飞书机器人通知](alert_feishu) <br />
Loading