脚本监控的配置是卢森堡3.5美金/月
每5秒钟监控一次
下载脚本
cd /root && mkdir -p buyvm && cd buyvm
下载这两个文件
wget https://raw.githubusercontent.com/woniu336/open_shell/main/buyvm/buyvm.py
wget https://raw.githubusercontent.com/woniu336/open_shell/main/buyvm/monitor.sh
给monitor.sh添加执行权限
chmod +x monitor.sh
修改脚本
使用这个脚本之前,请确保:
将
YOUR_ACCESS_TOKEN
替换为您的实际钉钉机器人access token。将
YOUR_SECRET
替换为您的实际钉钉机器人加签密钥(SEC开头的字符串)。安装所需的Python库:
pip install requests
启动
./monitor.sh start
停止监控
./monitor.sh stop
重启监控
./monitor.sh restart
查看日志:
tail -f monitor.log
其他
卢森堡服务器设置:
安装curl
apt-get update
apt-get install curl
安装sudo
apt-get update
apt-get install sudo