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

[doc] mysql monitoring help document adds steps for importing drivers #2091

Merged
merged 3 commits into from
Jun 18, 2024
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
5 changes: 5 additions & 0 deletions home/docs/help/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ keywords: [open source monitoring tool, open source database monitoring tool, mo

> Collect and monitor the general performance Metrics of MySQL database. Support MYSQL5+.

### Add MYSQL jdbc driver jar

- Download the MYSQL jdbc driver jar package, such as mysql-connector-java-8.1.0.jar. https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/8.1.0
- Copy the jar package to the `hertzbeat/ext-lib` directory.

### Configuration parameter

| Parameter name | Parameter help description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ keywords: [开源监控系统, 开源数据库监控, Mysql数据库监控]

> 对MYSQL数据库的通用性能指标进行采集监控。支持MYSQL5+。

### 添加 MYSQL jdbc 驱动 jar

- 下载 MYSQL jdbc driver jar, 例如 mysql-connector-java-8.1.0.jar. https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/8.1.0
- 将此 jar 包拷贝放入 HertzBeat 的安装目录下的 `ext-lib` 目录下.

### 配置参数

| 参数名称 | 参数帮助描述 |
Expand Down
Loading