仅监控阿姆斯特丹(Amsterdam)9.95欧pro配置
需要配置钉钉通知
1. 下载文件
首先需要创建目录并下载所需文件:
创建目录
mkdir -p v_ps
下载三个文件
wget -P v_ps https://raw.githubusercontent.com/woniu336/open_shell/main/v_ps/start_monitor.sh
wget -P v_ps https://raw.githubusercontent.com/woniu336/open_shell/main/v_ps/stop_monitor.sh
wget -P v_ps https://raw.githubusercontent.com/woniu336/open_shell/main/v_ps/vps_stock_monitor.py
2. 设置权限
进入目录
cd v_ps
添加执行权限
chmod +x start_monitor.sh stop_monitor.sh
3. 使用方法
测试监控脚本
python3 vps_stock_monitor.py
如果运行正常,将会看到相关的监控输出信息。
启动后台监控
./start_monitor.sh
这将在后台持续运行监控脚本。
停止监控
./stop_monitor.sh
这将停止后台运行的监控进程。
注意事项
- 确保系统已安装 Python 3
- 确保有足够的权限执行这些脚本
- 如果下载失败,请检查网络连接或直接访问 GitHub 手动下载文件