Update agent.md, update English script link

This commit is contained in:
Kris 2024-06-05 02:14:12 +02:00 committed by GitHub
parent 029c75089b
commit 14ae4ea229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.