[agent] 可关闭的进程数连接数监控

This commit is contained in:
naiba
2021-08-16 23:26:38 +08:00
parent d64106333f
commit 960266bf71
3 changed files with 52 additions and 23 deletions

View File

@@ -221,6 +221,13 @@ URL 里面也可放置占位符,请求时会进行简单的字符串替换。
</details>
<details>
<summary>如何禁用连接数/进程数等占用资源的监控?</summary>
编辑 `/etc/systemd/system/nezha-agent.service`,在 `ExecStart=` 这一行的末尾加上 `-kconn` 就是不监控连接数,加上 `-kprocess` 就是不监控进程数
</details>
<details>
<summary>Agent 不断重启/无法启动 </summary>