:trollface: Self-hosted, lightweight server and website monitoring and O&M tool
Go to file
2020-10-29 00:00:58 +08:00
cmd 🎨 custom http port 2020-10-24 21:44:03 +08:00
model 🎨 custom http port 2020-10-24 21:44:03 +08:00
pkg/mygin 持久化Token 2019-12-20 23:58:09 +08:00
proto 🚚 add pb code 2020-10-24 21:46:07 +08:00
resource 🐛 window.location.protocol 2020-10-25 09:57:50 +08:00
script 🎨 improve offline server detect 2020-10-24 21:29:05 +08:00
service 🎨 improve offline server detect 2020-10-24 21:29:05 +08:00
.gitignore 🚚 add pb code 2020-10-24 21:46:07 +08:00
Dockerfile.dashboard docker 2020-10-29 00:00:58 +08:00
go.mod 🎨 improve offline server detect 2020-10-24 21:29:05 +08:00
go.sum 🎨 improve offline server detect 2020-10-24 21:29:05 +08:00
README.md docker 2020-10-29 00:00:58 +08:00

哪吒面板

阶段: alpha

服务期状态监控,被动接收(非 node-exporter 那种主动拉取的方式。)

基本设计

用户系统

  • GitHub 登录

通信

C/S 采用 gRPC 通信,客户端通过添加主机生成的单独 Token 上报监控信息。因为不会做成多用户的,上报信息会储存到内存中,暂不提供历史数据统计。

  • 首次连接上报基本信息系统、CPU基本信息后面管理员可从客户端主动拉取更新。
  • 监控上报:每隔 3s 向服务器上报系统信息

配置文件参考:

debug: true
httpport: 80
github:
  admin:
    - 用户 ID看自己 GitHub 头像链接后面那一串数字
  clientid: GitHub Oauth App clientID
  clientsecret: client secret
site:
  brand: 站点标题
  cookiename: tulong #Cookie 名

Docker

docker pull docker.pkg.github.com/p14yground/nezha/dashboard #面板

教程文章