-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] add help documentation for huawei switch monitoring (#1813)
Signed-off-by: Alan <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,046 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,200 @@ | ||
--- | ||
id: guide | ||
title: Help Center | ||
sidebar_label: Help Center | ||
--- | ||
|
||
> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. | ||
> Help documents and auxiliary information during use | ||
## 🔬 Monitoring services | ||
|
||
> Regularly collect and monitor the performance Metrics exposed by end-to-end services, provide visual interfaces, and process data for alarm and other service scheduling. | ||
> Planned monitoring type:application service, database, operating system, cloud native, open source middleware. | ||
### Application service monitoring | ||
|
||
 👉 [Website monitoring](website) <br /> | ||
 👉 [HTTP API](api) <br /> | ||
 👉 [PING Connectivity](ping) <br /> | ||
 👉 [Port availability](port) <br /> | ||
 👉 [Full site monitoring](fullsite) <br /> | ||
 👉 [SSL Cert monitoring](ssl_cert) <br /> | ||
 👉 [JVM monitoring](jvm) <br /> | ||
 👉 [SpringBoot2.0](springboot2) <br /> | ||
 👉 [DNS monitoring](dns) <br /> | ||
 👉 [FTP monitoring](ftp) <br /> | ||
|
||
### Database monitoring | ||
|
||
 👉 [MYSQL database monitoring](mysql) <br /> | ||
 👉 [MariaDB database monitoring](mariadb) <br /> | ||
 👉 [PostgreSQL database monitoring](postgresql) <br /> | ||
 👉 [SqlServer database monitoring](sqlserver) <br /> | ||
 👉 [Oracle database monitoring](oracle) <br /> | ||
 👉 [DM database monitoring](dm) <br /> | ||
 👉 [OpenGauss database monitoring](opengauss) <br /> | ||
 👉 [IoTDB database monitoring](iotdb) <br /> | ||
|
||
### Operating system monitoring | ||
|
||
 👉 [Linux operating system monitoring](linux) <br /> | ||
 👉 [Windows operating system monitoring](windows) <br /> | ||
 👉 [Ubuntu operating system monitoring](ubuntu) <br /> | ||
 👉 [Centos operating system monitoring](centos) <br /> | ||
|
||
### Middleware monitoring | ||
|
||
 👉 [Zookeeper](zookeeper) <br /> | ||
 👉 [Kafka](kafka) <br /> | ||
 👉 [Tomcat](tomcat) <br /> | ||
 👉 [ShenYu](shenyu) <br /> | ||
 👉 [DynamicTp](dynamic_tp) <br /> | ||
 👉 [RabbitMQ](rabbitmq) <br /> | ||
 👉 [ActiveMQ](activemq) <br /> | ||
 👉 [Jetty](jetty) <br /> | ||
|
||
### CloudNative monitoring | ||
|
||
 👉 [Docker](docker) <br /> | ||
 👉 [Kubernetes](kubernetes) <br /> | ||
|
||
### Bigdata monitoring | ||
|
||
 👉 [Clickhouse](clickhouse) <br /> | ||
 👉 [ElasticSearch](elasticsearch) <br /> | ||
*** | ||
|
||
## 💡 Alarm service | ||
|
||
> More liberal threshold alarm configuration (calculation expression), supports email, SMS, WebHook, DingDing, WeChat and FeiShu for alarm notification. | ||
> The positioning of alarm service is to trigger the threshold accurately and timely, and the alarm notification can be reached in time. | ||
### Alarm center | ||
|
||
> The triggered alarm information center provides query and filtering of alarm deletion, alarm processing, mark unprocessed, alarm level status, etc. | ||
### Alarm configuration | ||
|
||
> The Metric threshold configuration provides the Metric threshold configuration in the form of expression, which can set the alarm level, trigger times, alarm notification template and whether it is enabled, correlation monitoring and other functions. | ||
More details see 👉 [threshold alarm](alert_threshold) <br /> | ||
   👉 [Threshold expression](alert_threshold_expr) | ||
|
||
### Alarm notification | ||
|
||
> After triggering the alarm information, in addition to being displayed in the alarm center list, it can also be notified to the designated recipient in a specified way (e-mail, wechat and FeiShu etc.) | ||
> Alarm notification provides different types of notification methods, such as email recipient, enterprise wechat robot notification, DingDing robot notification, and FeiShu robot notification. | ||
> After setting the receiver, you need to set the associated alarm notification strategy to configure which alarm information is sent to which receiver. | ||
|
||
 👉 [Configure Email Notification](alert_email) <br /> | ||
 👉 [Configure Discord Notification](alert_webhook) <br /> | ||
 👉 [Configure Slack Notification](alert_webhook) <br /> | ||
 👉 [Configure Telegram Notification](alert_webhook) <br /> | ||
 👉 [Configure WebHook Notification](alert_webhook) <br /> | ||
 👉 [Configure enterprise WeChat Robot Notification](alert_wework) <br /> | ||
 👉 [Configure DingDing Robot Notification](alert_dingtalk) <br /> | ||
 👉 [Configure FeiShu Robot Notification](alert_feishu) <br /> | ||
--- | ||
id: guide | ||
title: Help Center | ||
sidebar_label: Help Center | ||
--- | ||
|
||
> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. | ||
> Help documents and auxiliary information during use | ||
## 🔬 Monitoring services | ||
|
||
> Regularly collect and monitor the performance Metrics exposed by end-to-end services, provide visual interfaces, and process data for alarm and other service scheduling. | ||
> Planned monitoring type:application service, database, operating system, cloud native, open source middleware. | ||
### Application service monitoring | ||
|
||
 👉 [Website monitoring](website) <br /> | ||
 👉 [HTTP API](api) <br /> | ||
 👉 [PING Connectivity](ping) <br /> | ||
 👉 [Port availability](port) <br /> | ||
 👉 [Full site monitoring](fullsite) <br /> | ||
 👉 [SSL Cert monitoring](ssl_cert) <br /> | ||
 👉 [JVM monitoring](jvm) <br /> | ||
 👉 [SpringBoot2.0](springboot2) <br /> | ||
|
||
### Database monitoring | ||
|
||
 👉 [MYSQL database monitoring](mysql) <br /> | ||
 👉 [MariaDB database monitoring](mariadb) <br /> | ||
 👉 [PostgreSQL database monitoring](postgresql) <br /> | ||
 👉 [SqlServer database monitoring](sqlserver) <br /> | ||
 👉 [Oracle database monitoring](oracle) <br /> | ||
 👉 [DM database monitoring](dm) <br /> | ||
 👉 [OpenGauss database monitoring](opengauss) <br /> | ||
 👉 [IoTDB database monitoring](iotdb) <br /> | ||
|
||
### Operating system monitoring | ||
|
||
 👉 [Linux operating system monitoring](linux) <br /> | ||
 👉 [Windows operating system monitoring](windows) <br /> | ||
 👉 [Ubuntu operating system monitoring](ubuntu) <br /> | ||
 👉 [Centos operating system monitoring](centos) <br /> | ||
|
||
### Middleware monitoring | ||
|
||
 👉 [Zookeeper](zookeeper) <br /> | ||
 👉 [Kafka](kafka) <br /> | ||
 👉 [Tomcat](tomcat) <br /> | ||
 👉 [ShenYu](shenyu) <br /> | ||
 👉 [DynamicTp](dynamic_tp) <br /> | ||
 👉 [RabbitMQ](rabbitmq) <br /> | ||
 👉 [ActiveMQ](activemq) <br /> | ||
 👉 [Jetty](jetty) <br /> | ||
|
||
### CloudNative monitoring | ||
|
||
 👉 [Docker](docker) <br /> | ||
 👉 [Kubernetes](kubernetes) <br /> | ||
|
||
### Bigdata monitoring | ||
|
||
 👉 [Clickhouse](clickhouse) <br /> | ||
|
||
### Network monitoring | ||
|
||
 👉 [Huawei-switch](huawei_switch) <br /> | ||
|
||
|
||
*** | ||
|
||
## 💡 Alarm service | ||
|
||
> More liberal threshold alarm configuration (calculation expression), supports email, SMS, WebHook, DingDing, WeChat and FeiShu for alarm notification. | ||
> The positioning of alarm service is to trigger the threshold accurately and timely, and the alarm notification can be reached in time. | ||
### Alarm center | ||
|
||
> The triggered alarm information center provides query and filtering of alarm deletion, alarm processing, mark unprocessed, alarm level status, etc. | ||
### Alarm configuration | ||
|
||
> The Metric threshold configuration provides the Metric threshold configuration in the form of expression, which can set the alarm level, trigger times, alarm notification template and whether it is enabled, correlation monitoring and other functions. | ||
More details see 👉 [threshold alarm](alert_threshold) <br /> | ||
   👉 [Threshold expression](alert_threshold_expr) | ||
|
||
### Alarm notification | ||
|
||
> After triggering the alarm information, in addition to being displayed in the alarm center list, it can also be notified to the designated recipient in a specified way (e-mail, wechat and FeiShu etc.) | ||
> Alarm notification provides different types of notification methods, such as email recipient, enterprise wechat robot notification, DingDing robot notification, and FeiShu robot notification. | ||
> After setting the receiver, you need to set the associated alarm notification strategy to configure which alarm information is sent to which receiver. | ||
|
||
 👉 [Configure Email Notification](alert_email) <br /> | ||
 👉 [Configure Discord Notification](alert_webhook) <br /> | ||
 👉 [Configure Slack Notification](alert_webhook) <br /> | ||
 👉 [Configure Telegram Notification](alert_webhook) <br /> | ||
 👉 [Configure WebHook Notification](alert_webhook) <br /> | ||
 👉 [Configure enterprise WeChat Robot Notification](alert_wework) <br /> | ||
 👉 [Configure DingDing Robot Notification](alert_dingtalk) <br /> | ||
 👉 [Configure FeiShu Robot Notification](alert_feishu) <br /> | ||
======= | ||
--- | ||
id: guide | ||
title: Help Center | ||
sidebar_label: Help Center | ||
--- | ||
|
||
> Hertzbeat - An open source, real-time monitoring tool with custom-monitor and agentLess. | ||
> Help documents and auxiliary information during use | ||
## 🔬 Monitoring services | ||
|
||
> Regularly collect and monitor the performance Metrics exposed by end-to-end services, provide visual interfaces, and process data for alarm and other service scheduling. | ||
> Planned monitoring type:application service, database, operating system, cloud native, open source middleware. | ||
### Application service monitoring | ||
|
||
 👉 [Website monitoring](website) <br /> | ||
 👉 [HTTP API](api) <br /> | ||
 👉 [PING Connectivity](ping) <br /> | ||
 👉 [Port availability](port) <br /> | ||
 👉 [Full site monitoring](fullsite) <br /> | ||
 👉 [SSL Cert monitoring](ssl_cert) <br /> | ||
 👉 [JVM monitoring](jvm) <br /> | ||
 👉 [SpringBoot2.0](springboot2) <br /> | ||
 👉 [DNS monitoring](dns) <br /> | ||
 👉 [FTP monitoring](ftp) <br /> | ||
|
||
### Database monitoring | ||
|
||
 👉 [MYSQL database monitoring](mysql) <br /> | ||
 👉 [MariaDB database monitoring](mariadb) <br /> | ||
 👉 [PostgreSQL database monitoring](postgresql) <br /> | ||
 👉 [SqlServer database monitoring](sqlserver) <br /> | ||
 👉 [Oracle database monitoring](oracle) <br /> | ||
 👉 [DM database monitoring](dm) <br /> | ||
 👉 [OpenGauss database monitoring](opengauss) <br /> | ||
 👉 [IoTDB database monitoring](iotdb) <br /> | ||
|
||
### Operating system monitoring | ||
|
||
 👉 [Linux operating system monitoring](linux) <br /> | ||
 👉 [Windows operating system monitoring](windows) <br /> | ||
 👉 [Ubuntu operating system monitoring](ubuntu) <br /> | ||
 👉 [Centos operating system monitoring](centos) <br /> | ||
|
||
### Middleware monitoring | ||
|
||
 👉 [Zookeeper](zookeeper) <br /> | ||
 👉 [Kafka](kafka) <br /> | ||
 👉 [Tomcat](tomcat) <br /> | ||
 👉 [ShenYu](shenyu) <br /> | ||
 👉 [DynamicTp](dynamic_tp) <br /> | ||
 👉 [RabbitMQ](rabbitmq) <br /> | ||
 👉 [ActiveMQ](activemq) <br /> | ||
 👉 [Jetty](jetty) <br /> | ||
|
||
### CloudNative monitoring | ||
|
||
 👉 [Docker](docker) <br /> | ||
 👉 [Kubernetes](kubernetes) <br /> | ||
|
||
### Bigdata monitoring | ||
|
||
 👉 [Clickhouse](clickhouse) <br /> | ||
 👉 [ElasticSearch](elasticsearch) <br /> | ||
*** | ||
|
||
## 💡 Alarm service | ||
|
||
> More liberal threshold alarm configuration (calculation expression), supports email, SMS, WebHook, DingDing, WeChat and FeiShu for alarm notification. | ||
> The positioning of alarm service is to trigger the threshold accurately and timely, and the alarm notification can be reached in time. | ||
### Alarm center | ||
|
||
> The triggered alarm information center provides query and filtering of alarm deletion, alarm processing, mark unprocessed, alarm level status, etc. | ||
### Alarm configuration | ||
|
||
> The Metric threshold configuration provides the Metric threshold configuration in the form of expression, which can set the alarm level, trigger times, alarm notification template and whether it is enabled, correlation monitoring and other functions. | ||
More details see 👉 [threshold alarm](alert_threshold) <br /> | ||
   👉 [Threshold expression](alert_threshold_expr) | ||
|
||
### Alarm notification | ||
|
||
> After triggering the alarm information, in addition to being displayed in the alarm center list, it can also be notified to the designated recipient in a specified way (e-mail, wechat and FeiShu etc.) | ||
> Alarm notification provides different types of notification methods, such as email recipient, enterprise wechat robot notification, DingDing robot notification, and FeiShu robot notification. | ||
> After setting the receiver, you need to set the associated alarm notification strategy to configure which alarm information is sent to which receiver. | ||
|
||
 👉 [Configure Email Notification](alert_email) <br /> | ||
 👉 [Configure Discord Notification](alert_webhook) <br /> | ||
 👉 [Configure Slack Notification](alert_webhook) <br /> | ||
 👉 [Configure Telegram Notification](alert_webhook) <br /> | ||
 👉 [Configure WebHook Notification](alert_webhook) <br /> | ||
 👉 [Configure enterprise WeChat Robot Notification](alert_wework) <br /> | ||
 👉 [Configure DingDing Robot Notification](alert_dingtalk) <br /> | ||
 👉 [Configure FeiShu Robot Notification](alert_feishu) <br /> |
Oops, something went wrong.