From b03fd55315b2b611c91359acecd8ba7287d9ca00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=91=E6=AD=8C-=E5=85=B1=E7=A9=B7=E5=9B=BD=E9=99=85?=
=?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=8D=8E=E5=8C=BACFO?=
<47450409+dysf888@users.noreply.github.com>
Date: Sat, 19 Nov 2022 14:26:41 +0800
Subject: [PATCH] Update agent.md
---
docs/en_US/guide/agent.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/en_US/guide/agent.md b/docs/en_US/guide/agent.md
index dc451367..33d65eef 100644
--- a/docs/en_US/guide/agent.md
+++ b/docs/en_US/guide/agent.md
@@ -192,6 +192,10 @@ launchctl remove nezha_agent
### Installing Agent on OpenWRT
+**How to solve various problems during the installation process in one step**
+- Please refer to the project:
+[NZ-OpenWrt](https://github.com/dysf888/NZ-OpenWrt) (Chinese)
+
**How to make the old version of OpenWRT/LEDE self-boot?**
- Please refer to the project:
@@ -234,4 +238,4 @@ restart() {
### Is there a Docker image for Agent?
**There is currently no Docker image for Agent.**
The Agent is designed to be the opposite of the Dashboard, in that the Dashboard is designed to work without affecting the server as much as possible, while the Agent needs to execute monitoring services and run commands in the server.
-Putting the Agent in a container does continue to execute monitoring services, but features such as WebShell do not work, so we do not provide Docker image of the Agent.
\ No newline at end of file
+Putting the Agent in a container does continue to execute monitoring services, but features such as WebShell do not work, so we do not provide Docker image of the Agent.