简介
ServerStatus中文版是一个酷炫高逼格的云探针、云监控、服务器云监控、多服务器探针~,该云监控(云探针)是ServerStatus( https://github.com/BotoX/ServerStatus )项目的中文(优化)版。
在线演示
服务端教程
- git clone https://github.com/tenyue/ServerStatus.git
1.生成服务端程序
- cd ServerStatus/server
- make
- ./sergate
如果没错误提示,OK,ctrl+c关闭;如果有错误提示,检查35601端口是否被占用
2.修改配置文件
修改config.json文件,注意username, password的值需要和客户端对应一致
- {"servers":
- [
- {
- "username": "s01",
- "name": "Mainserver 1",
- "type": "Dedicated Server",
- "host": "GenericServerHost123",
- "location": "Austria",
- "password": "some-hard-to-guess-copy-paste-password"
- },
- ]
- }
3.搭建服务端页面
拷贝ServerStatus/status到你的网站目录
例如我这里使用 Oneinstack 搭建的环境,我拷贝到 /data/wwwroot/default/ 下面
4.运行服务端
web-dir 参数为上一步设置的网站根目录,务必修改成自己网站的路径。我这里设置为之前的 Oneinstack 目录
- ./sergate --config=config.json --web-dir=/data/wwwroot/default
客户端配置
- git clone https://github.com/tenyue/ServerStatus.git
- cd ServerStatus/clients
然互修改其中的 client-linux.py 文件。注意其中要修改 SERVER地址,username帐号, password密码
修改好之后运行下面的命令即可运行。
- python client-linux.py
打开云探针页面,就可以正常的监控。接下来把服务器和客户端脚本自行加入开机启动,或者进程守护,或以后台方式运行即可!例如: nohup python client-linux.py &
Github
https://github.com/tenyue/ServerStatus
转载自:主机博客
文章评论