From eea5bafeaa1ad2d67e1a8c59ad0bdc25a6a4a9aa Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 10 Oct 2021 00:03:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E8=BF=9B=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E6=8F=90=E4=BE=9B=E9=80=89=E9=A1=B9=E9=99=8D=E4=BD=8E?= =?UTF-8?q?=20agent=20=E5=8D=A0=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 +++++++++++++++++------------------- cmd/agent/main.go | 9 ++++++++- service/dao/alertsentinel.go | 2 +- 3 files changed, 26 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 8418e7a..1e825c6 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ \>> [我们的用户](https://www.google.com/search?q="powered+by+哪吒监控"&filter=0) (Google) -| 默认主题 | DayNight [@JackieSung](https://github.com/JackieSung4ev) | hotaru | -| ----------------------------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------- | -| ![默认主题](resource/template/theme-default/screenshot.png) | ![daynight](resource/template/theme-daynight/screenshot.png) | | +| 默认主题 | DayNight [@JackieSung](https://github.com/JackieSung4ev) | hotaru | +| ---------------------------------------------------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------- | +| ![默认主题](resource/template/theme-default/screenshot.png) | ![daynight](resource/template/theme-daynight/screenshot.png) | | +| **默认主题魔改 [教程](https://ii.do/43.html)** | | | +| ![默认主题魔改](https://cdn.jsdelivr.net/gh/idarku/img@main/me/1631120192341.webp) | | | ## 安装脚本 @@ -40,6 +42,7 @@ _\* 使用 WatchTower 可以自动更新面板,Windows 终端可以使用 nssm 通过执行 `./nezha-agent --help` 查看支持的参数,如果你使用一键脚本,可以编辑 `/etc/systemd/system/nezha-agent.service`,在 `ExecStart=` 这一行的末尾加上 +- `--report-delay` 系统信息上报的间隔,默认为 1 秒,可以设置为 3 来进一步降低 agent 端系统资源占用(配置区间 1-4) - `--skip-conn` 不监控连接数,机场/连接密集型机器推荐设置,不然比较占 CPU([shirou/gopsutil/issues#220](https://github.com/shirou/gopsutil/issues/220)) - `--skip-procs` 不监控进程数,也可以降低 agent 占用 - `--disable-auto-update` 禁止 Agent 自动更新 @@ -161,7 +164,7 @@ URL 里面也可放置占位符,请求时会进行简单的字符串替换。 ``` -- DayNight 主题更改进度条颜色示例(来自 [@hyt-allen-xu](https://github.com/hyt-allen-xu)) +- DayNight 主题更改进度条颜色、修改页脚示例(来自 [@hyt-allen-xu](https://github.com/hyt-allen-xu)) ``` + ``` -- 默认主题修改 LOGO、移除版权示例(来自 [@iLay1678](https://github.com/iLay1678)) +- 默认主题修改 LOGO、修改页脚示例(来自 [@iLay1678](https://github.com/iLay1678)) ```