简介
ServerStatus是我几年前就使用过的一个服务器监控软件。和之前介绍的Spiceworks Network Monitor不同的是,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文件
个人建议
ServerStatus-Hotaru的图片使用有点花里胡哨,建议直接编辑/usr/local/ServerStatus/web/css/hotaru_fix.css
这个文件,将头部背景图去掉,或者直接把img文件夹中的图片删除
转载请标注来源