通过 ServerStatus-Hotaru 搭建服务器监控平台

首页 / 🚀技术向 / 正文

简介

ServerStatus 可以自己搭建服务端,通过编辑服务端和客户端的配置文件来连接监控端和被监控端。ServerStatus-Hotaru 是我最近发现的一个界面更加易读的版本且目前已经有人制作了一键安装的脚本,故介绍一下。
ServerStatus Github: https://github.com/BotoX/ServerStatus
ServerStatus-Hotaru Github: https://github.com/CokeMine/ServerStatus-Hotaru

安装

  • 服务端
wget https://raw.githubusercontent.com/CokeMine/ServerStatus-Hotaru/master/status.sh
bash status.sh s
  • 脚本中有可选项,选择是安装新的 Nginx 程序或不安装而使用自己已经安装的 Nginx
  • 如果使用自己的 Nginx 程序则需要将 /usr/local/ServerStatus/web 目录设置为网站目录即可
  • 可以选择在使用脚本时就直接做好配置或者在 /usr/local/ServerStatus/server 中直接编辑 config.json 文件
  • 客户端
wget https://raw.githubusercontent.com/CokeMine/ServerStatus-Hotaru/master/status.sh
bash status.sh c
  • 可以选择在使用脚本时就直接做好配置或者在 /usr/local/ServerStatus/client 中直接编辑 status-client.py 文件
打赏
评论区
头像