ServerStatus中文版是一个酷炫高逼格的云探针、云监控、服务器云监控、多服务器探针。
安装方法:
部署监控脚本
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/status.sh && chmod +x status.sh
#客户端菜单设置/管理
bash status.sh c
#服务端菜单设置/管理
bash status.sh s
PS:CentOS7系统负载显示异常的问题
CentOS7系统默认可能没有安装 netstat 依赖,所以会造成IP检测(负载)出错,手动安装即可:
yum install net-tools -y
原作者:https://github.com/ToyoDAdoubiBackup/ServerStatus-Toyo