哪吒探针监控vps状态

本文最后更新于:2024年9月16日 下午

项目地址

https://github.com/naiba/nezha

创建一个OAuth Apps

  • 先打开:https://github.com/settings/developers,然后点击New OAuth App按钮
  • Homepage URL:http://域名:8088
  • Authorization callback URL:http://域名:8008/oauth2/callback
  • 可能需要用github的手机app进行激活
  • 记录OAuth Apps的Client ID和Client secrets

放行防火墙(如果需要)

开放8008和5555两个端口

安装命令

国外vps一键脚本命令:

1
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh  -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh

国内vps一键脚本命令:

1
curl -L https://jihulab.com/nezha/nezha/-/raw/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh

访问地址:

http://域名:8008

后台管理

增加服务器后,需要在每个被监控的服务器安装Agent客户端,如果是国内vps还是会因为网络问题,不能正常下载到客户端,可以借助于上面国内vps的一键脚本命令后面加上参数,进行安装。


哪吒探针监控vps状态
https://andyppang.github.io/2022/09/21/哪吒探针监控vps状态/
作者
PL
发布于
2022年9月21日
许可协议