Server Monitor的探针节点脚本,支持多种系统。
数据上报至Redis服务器,Linux、Windows已通过测试。
可注册使用免费Redis服务器:redislab、aiven.io。
git clone https://github.com/LittleJake/server-monitor-script/
# 编辑.env.example文件保存为.env文件
cp .env.example .env
vim .env
# 编辑ip.json文件
cp ip.json.example ip.json
vim ip.json
docker build -t server-monitor-script:latest ./
docker run -v /:/rootfs:ro --name monitor -d server-monitor-script:latest
git clone https://github.com/LittleJake/server-monitor-script/
pip3 install -r requirements.txt
# 编辑.env.example文件保存为.env文件
cp .env.example .env
vim .env
# 编辑ip.json文件
cp ip.json.example ip.json
vim ip.json
# 安装服务CentOS/Debian/Ubuntu
bash install_service_linux.sh
git clone https://github.com/LittleJake/server-monitor-script/
pip3 install -r requirements.txt
# 编辑.env.example文件保存为.env文件
copy .env.example .env
notepad .env
# 编辑ip.json文件
copy ip.json.example ip.json
notepad ip.json
# 运行服务
python3 report.py
Thanks for the amazing VM server provided by DartNode.
Thanks for the open source project license provided by JetBrains.