项目暂未完善,暂未测试,耐心等待,大佬可自行测试
云探针、多服务器探针、云监控、多服务器云监控
基于 ServerStatus-Toyo 与 ServerStatus-Hotaru 的版本修改。
服务端客户端脚本支持系统:Centos 7、Debian 8、Ubuntu 15.10 及以上、ArchLinux 等...
Python 客户端:支持 Python 版本:Python 2.7 +
流量计算:客户端可以选择使用 vnStat 按月计算流量,会自动编译安装最新版本vnStat(ArchLinux 会从软件源安装最新版本)。如不使用 vnStat ,则默认计算流量方式为重启后流量清零。请注意 ServerStatus 不会把协议为 GPLv2 的 vnStat 作为必须的依赖。
前端基于HTML+CSS+JS 制作,如需修改前端建议自行修改。
前端所使用一些调用见前端仓库的声明。
前端开源地址:https://github.com/Spritesmine/Jasmine-Theme
- clients 客户端文件
- server 服务端文件
- web 网站文件
- server/config.json 探针配置文件
- web/json 探针月流量
1、web页显示天气
2、访客信息(支持侧边栏开关)
3、页面底部增加浏览者城市位置信息(精确到市、区级)
4、自适应页面
5、尺寸太小错误代码(尺寸代码太小影响观感)
6、夜晚模式(侧边栏自行开启,默认白天模式)
7、主页大屏随机壁纸(第三方api接口,防止影响到你的体验,失效请反馈,会及时更换)
8、一言接口,让网页不在单调
9、腾讯地图api接口(仅提供访客信息获取地区使用)
10、滚动条美化
11、防止爬取页面(暂不完善,只能关一小部分)
13、等等
ServerStatus-Jasmine 也许会停留在现在的 ServerStatus,有可能不会再添加新的功能,看后续情况吧~~~
如果你有以下需求:
1、更低的 IO 占用
2、Websocket 支持
3、Docker 支持(已支持,但没有完全支持,但比较麻烦,不推荐新手使用)
4、更方便服务器的顺序调整
5、客户端掉线 Telegram Bot 通知 (已支持,但比较麻烦,不推荐新手使用)
6、使用 Web 管理、添加、修改客户端信息
7、等等
ServerStatus-Jasmine 仍在继续维护,有新功能有时间可以添加,有问题请反馈哦,有时间会修复哦~~~
只提供安装代码,其他请自行搜索,不推荐新手,但爱捣鼓可以试一试,自行研究
curl -sSL https://get.docker.com/ | sh && apt -y install docker-compose
# (GitHub代理 默认部署地址)由于国外公开库在国外,默认推荐运行,如无法获取到仓库,请使用以下方式安装
wget https://raw.githubusercontent.com/Spritesmine/ServerStatus-Jasmine/master/status.sh
# (Coding加速代理 国内代理)若服务器位于中国大陆建议选择Coding.net仓库
# wget https://qisansui.coding.net/p/agony/d/ServerStatus-Jasmine/git/raw/master/status.sh
# (jsdelivr加速代理 方式一)由jsdelivr代理cdn加速部署仓库(由于国外公司全球cdn代理加速,有几率加速国内失效或速度慢情况)
# wget https://cdn.jsdelivr.net/gh/Spritesmine/ServerStatus-Jasmine/status.sh
# (jsdelivr加速代理 方式二)由jsdelivr代理cdn高速部署仓库(由于国外公司全球cdn代理加速,有几率加速国内失效或速度慢情况)
# wget https://fastly.jsdelivr.net/gh/Spritesmine/ServerStatus-Jasmine/status.sh
bash status.sh s
1、选择1,配置服务端
2、没什么需求的话,端口建议默认就好
3、如果本地没装别的如Nginx或者Apache之类的,直接Y就好
4、绑定域名或IP访问
5、端口自主选择
6、添加客户端:选择7后选1
剩下的信息自己填就好了
7、删除(修改)服务端:选7后在选择
bash status.sh c
后选1然后按照服务端填写的即可
打开云探针页面,就可以正常的监控。接下来把服务器和客户端脚本自行加入开机启动,或者进程守护,或以后台方式运行即可!例如: nohup python3 client-linux.py &
extra scene (run web/ssview.py)
mkdir -p /usr/local/ServerStatus/server
apt install wget unzip curl vim build-essential
cd /tmp
wget https://github.com/Spritesmine/ServerStatus-Jasmine/archive/master.zip
unzip master.zip
cd ./ServerStatus-Jasmine-master/server
make #编译生成二进制文件
chmod +x sergate
mv sergate /usr/local/ServerStatus/server
vim /usr/local/ServerStatus/server/config.json #修改配置文件
#下载前端
cd /tmp && wget https://github.com/Spritesmine/Jasmine-Theme/releases/latest/download/Jasmine-Theme.zip
unzip Jasmine-Theme.zip
mv ./Jasmine-Theme /usr/local/ServerStatus/web #此为站点根目录,请自行设置
nohup ./sergate --config=config.json --web-dir=/usr/local/ServerStatus/web --port=35601 > /tmp/serverstatus_server.log 2>&1 & #默认端口35601
使用 Psutil 版客户端即可使 ServerStatus 客户端在 Windows 等其他平台运行
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 若未安装pip
python get-pip.py
python pip install psutil
# 修改 status-psutil.py
python status-psutil.py
Linux 版客户端支持绝大部分 Linux 发行版系统,一般不需要使用 psutil 版客户端。
apt install python3 python3-pip wget
pip3 install psutil
wget https://raw.githubusercontent.com/Spritesmine/ServerStatus-Jasmine/master/clients/status-psutil.py
vim status-psutil.py #修改客户端配置文件
python3 status-psutil.py
# https://raw.githubusercontent.com/Spritesmine/ServerStatus-Jasmine/master/clients/status-client.py 默认版本无需 psutil 依赖
配置文件:/usr/local/ServerStatus/server/config.json备份并可自行添加里面部分内容与Region(仅限爱捣鼓或高手修改)
默认服务端更新不会更新前端。因为更新前端会导致自己自定义的前端消失。
rm -rf /usr/local/ServerStatus/web/*
wget https://github.com/Spritesmine/Jasmine-Theme/releases/latest/download/Jasmine-theme.zip
unzip Jasmine-Theme.zip
mv ./hotaru-theme/* /usr/local/ServerStatus/web/
service status-server restart
# systemctl restart status-server
目前通过脚本使用旗帜图标仅支援当前国家/地区在 ISO 3166-1 标准里,否则可能会出现无法添加的情况,如欧盟 EU
,但是前端是具备该旗帜的。你可能需要手动加入。方法是修改/usr/local/ServerStatus/server/config.json
,将你想修改的服务器的region
改成你需要的。
同时,前端还具备以下特殊旗帜,可供选择使用,启用也是需要上述修改。
Transgender flag: trans
Rainbow flag: rainbow
Pirate flag: pirate
如果你使用 Toyo 版本或其他版本的 ServerStatus,请备份你的config文件并重新编译安装本版本服务端
配置文件: /usr/local/ServerStatus/server/config.json 备份并自行添加region
{
"username": "Name",
"password": "Password",
"name": "Your Servername",
"type": "KVM",
"host": "None",
"location": "洛杉矶",
"disabled": false,
"region": "US"
},
替换配置文件,重启 ServerStatus
详细演示请移步前端库查看:https://github.com/Spritesmine/Jasmine-Theme
- ServerStatus-Toyo:https://github.com/ToyoDAdoubiBackup/ServerStatus-Toyo MIT License
- ServerStatus:https://github.com/BotoX/ServerStatus WTFPL License
- ServerStatus-Hotaru:https://github.com/cokemine/ServerStatus-Hotaru WTFPL License
- mojeda's ServerStatus: https://github.com/mojeda/ServerStatus WTFPL License -> GNU GPLv3 License (ServerStatus is a full rewrite of mojeda's ServerStatus script and not affected by GPL)
- BlueVM's project: http://www.lowendtalk.com/discussion/comment/169690#Comment_169690 WTFPL License
- i18n-iso-countries: https://github.com/michaelwittig/node-i18n-iso-countries MIT License (To convert country name in Chinese to iso 3166-1 and check if the code is valid)
- jq: https://github.com/stedolan/jq CC BY 3.0 License
- caddy: https://github.com/caddyserver/caddy Apache-2.0 License
- twemoji: https://github.com/twitter/twemoji CC-BY 4.0 License (The flag icons are designed by Twitter)