Hugo博客公告弹窗

V.PS 库存监控脚本使用教程

   
文章摘要
摘要小助理今天溜号啦……😜

仅监控阿姆斯特丹(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

这将停止后台运行的监控进程。

注意事项

  1. 确保系统已安装 Python 3
  2. 确保有足够的权限执行这些脚本
  3. 如果下载失败,请检查网络连接或直接访问 GitHub 手动下载文件
CC BY-NC-SA 4.0 转载请注明
最后更新于 2024-11-23 15:12
clarity统计