Hugo博客公告弹窗

多节点集群图床方案

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

项目:https://github.com/fscarmen2/pic-hosting-cluster

不限于图床,可用作私人文件存储

油管教程

要看到视频需扶墙

监控脚本

万一某个节点出了问题,可以及时知道,便设计了监控脚本

下载脚本,配置好状态页面url和钉钉通知

cd /root && curl -O https://raw.githubusercontent.com/woniu336/open_shell/main/pic_monitor.py

安装依赖库

pip install requests

启动后台监控

nohup python3 -u pic_monitor.py > pic_monitor.log 2>&1 &

查看进程:

ps aux | grep pic_monitor.py

停止进程:

kill $(ps aux | grep 'pic_monitor.py' | grep -v grep | awk '{print $2}')
CC BY-NC-SA 4.0 转载请注明
最后更新于 2024-12-25 22:18
clarity统计