nezha/README.md

259 lines
9.4 KiB
Markdown
Raw Normal View History

2021-03-20 11:50:16 -04:00
<div align="center" style="background-color: white">
<img width="500" style="max-width:100%" src="https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.png" title="哪吒监控">
2021-03-20 23:20:54 -04:00
<br><br>
2021-03-20 23:23:14 -04:00
<img src="https://img.shields.io/github/workflow/status/naiba/nezha/Dashboard%20image?label=Dash%20v0.4.14&logo=github&style=for-the-badge">&nbsp;<img src="https://img.shields.io/github/v/release/naiba/nezha?color=brightgreen&label=Agent&style=for-the-badge&logo=github">&nbsp;<img src="https://img.shields.io/github/workflow/status/naiba/nezha/Agent%20release?label=Agent%20CI&logo=github&style=for-the-badge">&nbsp;<img src="https://img.shields.io/badge/Installer-v0.4.9-brightgreen?style=for-the-badge&logo=linux">
2021-03-20 23:20:54 -04:00
</div>
2021-03-20 11:50:16 -04:00
:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,命令批量执行和计划任务。
2021-03-20 09:54:55 -04:00
2021-02-01 08:32:20 -05:00
\>> QQ 交流群955957790
2021-02-06 20:53:12 -05:00
2021-03-20 11:50:16 -04:00
\>> [我们的用户](https://www.google.com/search?q="powered+by+哪吒监控%7C哪吒面板"&filter=0) (Google)
2021-03-20 09:54:55 -04:00
| 默认主题 | DayNight [@JackieSung](https://github.com/JackieSung4ev) | hotaru |
2021-02-01 08:32:20 -05:00
| ------------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------------------------- |
| ![首页截图1](https://s3.ax1x.com/2020/12/07/DvTCwD.jpg) | <img src="https://s3.ax1x.com/2021/01/20/sfJv2q.jpg"/> | <img src="https://s3.ax1x.com/2020/12/09/rPF4xJ.png" width="1600px" /> |
2020-12-19 05:38:28 -05:00
## 安装脚本
2020-11-06 07:51:23 -05:00
2021-03-20 09:54:55 -04:00
**推荐配置:** 安装前解析 _两个域名_ 到面板服务器,一个作为 _公开访问_ ,可以 **接入 CDN**,比如 (status.nai.ba);另外一个作为安装 Agent 时连接 Dashboard 使用,**不能接入 CDN** 直接暴露面板主机 IP比如randomdashboard.nai.ba
```shell
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
./nezha.sh
```
2021-01-16 08:41:31 -05:00
<details>
<summary>国内镜像加速:(有缓存,版本更新不及时,能不用尽量不用,非作者维护)</summary>
2020-12-18 21:57:10 -05:00
```shell
curl -L https://raw.sevencdn.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
CN=true ./nezha.sh
```
2021-02-12 20:42:21 -05:00
</details>
2021-02-01 08:32:20 -05:00
_\* 使用 WatchTower 可以自动更新面板Windows 终端可以使用 nssm 配置自启动见尾部教程_
## 功能说明
2020-12-18 21:57:10 -05:00
<details>
<summary>计划任务:备份脚本、服务重启,等定期运维任务。</summary>
使用此功能可以定期结合 restic、rclone 给服务器备份,或者定期某项重启服务来重置网络连接。
2021-02-01 08:32:20 -05:00
</details>
2020-12-19 23:18:27 -05:00
2021-01-16 08:41:31 -05:00
<details>
<summary>报警通知CPU、内存、硬盘、带宽、流量实时监控。</summary>
2020-12-30 00:51:42 -05:00
#### 灵活通知方式
2020-12-30 08:28:57 -05:00
`#NEZHA#` 是面板消息占位符,面板触发通知时会自动替换占位符到实际消息
2020-12-30 00:51:42 -05:00
2021-02-01 08:32:20 -05:00
Body 内容是`JSON` 格式的:**当请求类型为 FORM 时**,值为 `key:value` 的形式,`value` 里面可放置占位符,通知时会自动替换。**当请求类型为 JSON 时** 只会简进行字符串替换后直接提交到`URL`。
2020-12-30 08:28:57 -05:00
URL 里面也可放置占位符,请求时会进行简单的字符串替换。
2020-12-30 00:51:42 -05:00
参考下方的示例,非常灵活。
2020-12-19 23:18:27 -05:00
1. 添加通知方式
2021-02-01 08:32:20 -05:00
- server 酱示例
- 名称server 酱
- URLhttps://sc.ftqq.com/SCUrandomkeys.send?text=#NEZHA#
- 请求方式: GET
- 请求类型: 默认
- Body: 空
- wxpusher 示例,需要关注你的应用
- 名称: wxpusher
- URLhttp://wxpusher.zjiecode.com/api/send/message
- 请求方式: POST
- 请求类型: JSON
- Body: `{"appToken":"你的appToken","topicIds":[],"content":"#NEZHA#","contentType":"1","uids":["你的uid"]}`
- telegram 示例 [@haitau](https://github.com/haitau) 贡献
- 名称telegram 机器人消息通知
- URLhttps://api.telegram.org/botXXXXXX/sendMessage?chat_id=YYYYYY&text=#NEZHA#
- 请求方式: GET
- 请求类型: 默认
- Body: 空
- URL 参数获取说明botXXXXXX 中的 XXXXXX 是在 telegram 中关注官方 @Botfather ,输入/newbot 创建新的机器人bot会提供的 token在提示 Use this token to access the HTTP API:后面一行)这里 'bot' 三个字母不可少。创建 bot 后,需要先在 telegram 中与 BOT 进行对话(随便发个消息),然后才可用 API 发送消息。YYYYYY 是 telegram 用户的数字 ID。与机器人@userinfobot 对话可获得。
2021-01-08 05:28:55 -05:00
2020-12-19 23:18:27 -05:00
2. 添加一个离线报警
2021-02-01 08:32:20 -05:00
- 名称:离线通知
2021-02-12 20:42:21 -05:00
- 规则:`[{"Type":"offline","Duration":10}]`
2021-02-01 08:32:20 -05:00
- 启用:√
2020-12-19 23:18:27 -05:00
3. 添加一个监控 CPU 持续 10s 超过 50% **且** 内存持续 20s 占用低于 20% 的报警
2021-02-01 08:32:20 -05:00
- 名称CPU+内存
- 规则:`[{"Type":"cpu","Min":0,"Max":50,"Duration":10},{"Type":"memory","Min":20,"Max":0,"Duration":20}]`
- 启用:√
2020-12-19 23:18:27 -05:00
#### 报警规则说明
- Type
- cpu、memory、swap、diskMin/Max 数值为占用百分比
2021-02-01 08:32:20 -05:00
- net_in_speed(入站网速)、net_out_speed(出站网速)、net_all_speed(双向网速)、transfer_in(入站流量)、transfer_out(出站流量)、transfer_all(双向流量)Min/Max 数值为字节1kb=10241mb = 1024\*1024
2020-12-19 23:18:27 -05:00
- offline不支持 Min/Max 参数
- Duration持续秒数监控比较简陋取持续时间内的 70% 采样结果
2021-02-01 08:32:20 -05:00
- Ignore: `{"1": true, "2":false}` 忽略此规则的服务器 ID 列表
2021-01-16 08:41:31 -05:00
</details>
2021-01-16 22:59:58 -05:00
<details>
<summary>服务监控HTTP、SSL证书、ping、TCP 端口等。</summary>
进入 `/monitor` 页面点击新建监控即可,表单下面有相关说明。
2021-02-01 08:32:20 -05:00
2021-01-16 22:59:58 -05:00
</details>
2021-01-16 08:41:31 -05:00
<details>
<summary>自定义代码改LOGO、改色调、加统计代码等。</summary>
- 默认主题更改进度条颜色示例
```
<style>
.ui.fine.progress> .bar {
background-color: pink !important;
}
</style>
```
- 默认主题修改 LOGO、移除版权示例来自 [@iLay1678](https://github.com/iLay1678),欢迎 PR
```
<style>
.right.menu>a{
visibility: hidden;
}
.footer .is-size-7{
visibility: hidden;
}
.item img{
visibility: hidden;
}
</style>
<script>
window.onload = function(){
var avatar=document.querySelector(".item img")
var footer=document.querySelector("div.is-size-7")
footer.innerHTML="Powered by 你的名字"
footer.style.visibility="visible"
avatar.src="你的方形logo地址"
avatar.style.visibility="visible"
}
</script>
```
- hotaru 主题更改背景图片示例
```
<style>
.hotaru-cover {
background: url(https://s3.ax1x.com/2020/12/08/DzHv6A.jpg) center;
}
</style>
```
</details>
2020-12-07 21:38:45 -05:00
## 常见问题
2021-01-16 08:41:31 -05:00
<details>
2021-01-25 20:16:34 -05:00
<summary>如何进行数据迁移、备份恢复?</summary>
2020-12-07 21:38:45 -05:00
数据储存在 `/opt/nezha` 文件夹中,迁移数据时打包这个文件夹,到新环境解压。然后执行一键脚本安装即可
2021-02-01 08:32:20 -05:00
2021-01-16 08:41:31 -05:00
</details>
<details>
2021-01-25 20:16:34 -05:00
<summary>如何使 OpenWrt/LEDE 自启动?来自 @艾斯德斯</summary>
首先在 release 下载对应的二进制解压后放置到 `/root/nezha-agent`,然后 `chmod +x /root/nezha-agent` 赋予执行权限,然后创建 `/etc/init.d/nezha-agent`
```
#!/bin/sh /etc/rc.common
START=99
2021-01-29 01:29:31 -05:00
USE_PROCD=1
2021-01-29 01:29:31 -05:00
start_service() {
procd_open_instance
procd_set_param command /root/nezha-agent -i xxx -p 111 -d
procd_set_param respawn
procd_close_instance
}
2021-01-29 01:29:31 -05:00
stop_service() {
killall nezha-agent
}
2021-01-29 01:29:31 -05:00
restart() {
stop
sleep 2
start
}
```
2021-02-09 09:42:47 -05:00
赋予执行权限 `chmod +x /etc/init.d/nezha-agent` 然后启动服务 `/etc/init.d/nezha-agent enable && /etc/init.d/nezha-agent start`
2021-02-01 08:32:20 -05:00
</details>
2021-01-17 11:21:22 -05:00
<details>
2021-01-25 20:16:34 -05:00
<summary>首页服务器随机闪烁掉线?</summary>
2021-01-17 11:21:22 -05:00
执行 `ntpdate 0.pool.ntp.org` 同步一下面板部署所在的服务器的时间ref: [How do I use pool.ntp.org?](https://www.ntppool.org/en/use.html)
2021-02-01 08:32:20 -05:00
2021-01-17 11:21:22 -05:00
</details>
2021-01-16 08:41:31 -05:00
<details>
2021-01-25 20:16:34 -05:00
<summary>提示实时通道断开?</summary>
2020-12-07 21:38:45 -05:00
2020-12-19 05:32:45 -05:00
### 启用 HTTPS
2021-02-01 08:32:20 -05:00
使用宝塔反代或者上 CDN建议 Agent 配置 跟 访问管理面板 使用不同的域名,这样管理面板使用的域名可以直接套 CDNAgent 配置的域名是解析管理面板 IP 使用的,也方便后面管理面板迁移(如果你使用 IP后面 IP 更换了,需要修改每个 agent就麻烦了
2020-12-19 05:32:45 -05:00
2021-02-01 08:32:20 -05:00
### 实时通道断开(WebSocket 反代)
2020-12-01 21:04:06 -05:00
使用反向代理时需要针对 `/ws` 路径的 WebSocket 进行特别配置以支持实时更新服务器状态。
2020-12-01 22:46:31 -05:00
- Nginx(宝塔):在你的 nginx 配置文件中加入以下代码
2020-12-01 21:04:06 -05:00
2021-02-01 08:32:20 -05:00
```nginx
server{
2020-12-01 21:04:06 -05:00
2021-02-01 08:32:20 -05:00
#server_name blablabla...
2020-11-06 07:51:23 -05:00
2021-02-01 08:32:20 -05:00
location /ws {
proxy_pass http://ip:站点访问端口;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
}
2020-12-01 21:04:06 -05:00
2021-02-01 08:32:20 -05:00
#其他的 location blablabla...
}
```
2020-12-01 21:04:06 -05:00
2021-02-01 08:32:20 -05:00
- CaddyServer v1v2 无需特别配置)
2020-12-01 21:04:06 -05:00
2021-02-12 20:42:21 -05:00
```Caddyfile
proxy /ws http://ip:8008 {
websocket
}
```
2021-02-01 08:32:20 -05:00
</details>
2020-11-06 07:51:23 -05:00
2020-11-29 09:17:40 -05:00
## 社区文章
2020-11-06 07:51:23 -05:00
2020-12-19 03:29:57 -05:00
- [哪吒探针 - Windows 客户端安装](https://nyko.me/2020/12/13/nezha-windows-client.html)
- [哪吒监控,一个便携服务器状态监控面板搭建教程,不想拥有一个自己的探针吗?](https://haoduck.com/644.html)
- [哪吒监控:小鸡们的最佳探针](https://www.zhujizixun.com/2843.html) _已过时_
2021-02-12 20:42:21 -05:00
- [>>更多教程](https://www.google.com/search?q="哪吒"%2B"面板%7C监控%7C探针"+"教程") (Google)