Skip to content

Commit d3746c9

Browse files
authored
Merge pull request #187 from flashcatcloud/update-monitagent-v0.0.14
docs: update monitagent version to v0.0.14
2 parents ba4ea8c + e819620 commit d3746c9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

en/monitors/targets/install-agent.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Prepare the following information before installation:
1212

1313
| Item | Description |
1414
|---|---|
15-
| Agent package download URL | `https://static.flashcat.cloud/monitagent/monitagent-v0.0.11-linux-amd64.tar.gz`. For ARM CPUs, replace `amd64` with `arm64`. |
15+
| Agent package download URL | `https://static.flashcat.cloud/monitagent/monitagent-v0.0.14-linux-amd64.tar.gz`. For ARM CPUs, replace `amd64` with `arm64`. |
1616
| Edge address | For example, `ws://edge.example.com:6868` or `wss://edge.example.com:6868`. Edge version must be `>= v0.44.0`. View the Edge list and installation method [here](https://console.flashcat.cloud/monit/engine/list). |
1717
| Local host object address | Use the current host's fixed private IP or DNS name, such as `10.0.1.12`. If omitted, the Agent uses the IP address associated with the local default route. |
1818
| Read-only accounts for databases and middleware | To diagnose MySQL, Redis, PostgreSQL, MongoDB, Kafka, Elasticsearch, and other services, prepare read-only accounts and credentials in advance. |
@@ -27,8 +27,8 @@ The following steps use Linux as an example.
2727
sudo mkdir -p /opt/monit-agent
2828
cd /opt/monit-agent
2929

30-
sudo curl -sfLO "https://static.flashcat.cloud/monitagent/monitagent-v0.0.11-linux-amd64.tar.gz"
31-
sudo tar -xzf monitagent-v0.0.11-linux-amd64.tar.gz --strip-components=1
30+
sudo curl -sfLO "https://static.flashcat.cloud/monitagent/monitagent-v0.0.14-linux-amd64.tar.gz"
31+
sudo tar -xzf monitagent-v0.0.14-linux-amd64.tar.gz --strip-components=1
3232
sudo chmod +x ./monitagent
3333
```
3434

zh/monitors/targets/install-agent.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords: ["monit-agent", "Agent 安装", "Edge 地址", "系统服务", "监控
1212

1313
| 准备项 | 说明 |
1414
|---|---|
15-
| Agent 安装包下载地址 | `https://static.flashcat.cloud/monitagent/monitagent-v0.0.11-linux-amd64.tar.gz`。如果是 arm 的 CPU,则把 `amd64` 换成 `arm64`|
15+
| Agent 安装包下载地址 | `https://static.flashcat.cloud/monitagent/monitagent-v0.0.14-linux-amd64.tar.gz`。如果是 arm 的 CPU,则把 `amd64` 换成 `arm64`|
1616
| Edge 地址 | 例如 `ws://edge.example.com:6868``wss://edge.example.com:6868`。Edge 版本需要 `>= v0.44.0`,Edge 列表和安装方法[点此查看](https://console.flashcat.cloud/monit/engine/list)|
1717
| 本机对象地址 | 建议使用当前主机的固定内网 IP 或 DNS 名称,例如 `10.0.1.12`。不指定的话默认会使用本机默认路由对应的 IP。 |
1818
| 数据库/中间件只读账号 | 如需诊断 MySQL、Redis、PostgreSQL、MongoDB、Kafka、Elasticsearch 等服务,需提前准备对应的只读账号和凭据。 |
@@ -27,8 +27,8 @@ Edge 地址必须带协议前缀,支持 `ws://`、`wss://`、`http://`、`http
2727
sudo mkdir -p /opt/monit-agent
2828
cd /opt/monit-agent
2929

30-
sudo curl -sfLO "https://static.flashcat.cloud/monitagent/monitagent-v0.0.11-linux-amd64.tar.gz"
31-
sudo tar -xzf monitagent-v0.0.11-linux-amd64.tar.gz --strip-components=1
30+
sudo curl -sfLO "https://static.flashcat.cloud/monitagent/monitagent-v0.0.14-linux-amd64.tar.gz"
31+
sudo tar -xzf monitagent-v0.0.14-linux-amd64.tar.gz --strip-components=1
3232
sudo chmod +x ./monitagent
3333
```
3434

0 commit comments

Comments
 (0)