ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

mon.sh 脚本

2026/8/30 6:35:20 拓冰建站 浏览量
mon.sh 脚本 mon.sh 监控脚本#!/usr/bin/env bashwhile truedoexistps -ef | grep httpldlog | grep -v grep | wc -lif [ $exist -eq 0 ]thenecho date %F %T not exist./httpldlog/dev/null 21 elsesleep 10sfidone