Update agent.md, update English script link
This commit is contained in:
parent
029c75089b
commit
14ae4ea229
@ -46,7 +46,7 @@ If you encounter errors when running the one-click installation command in Power
|
||||
2. Run the script on the monitored server:
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
|
||||
```
|
||||
|
||||
1. Select “Install monitoring Agent.”
|
||||
@ -403,4 +403,4 @@ restart() {
|
||||
|
||||
**The Agent does not currently have a Docker image.**
|
||||
The design philosophy of the Agent is opposite to that of the Dashboard. While the Dashboard should minimally impact the server, the Agent needs to execute monitoring services and run commands within the server.
|
||||
Running the Agent inside a container can still perform monitoring tasks, but features like WebShell will not function properly, so no Docker image is provided.
|
||||
Running the Agent inside a container can still perform monitoring tasks, but features like WebShell will not function properly, so no Docker image is provided.
|
||||
|
Loading…
x
Reference in New Issue
Block a user