摘要: #!/bin/bash # 系统监控脚本 - 每日执行版 # 通过crontab每天00:01触发,执行到23:59:59结束 # 使用方法:添加到crontab - 01 00 * * * /root/sys_monitor.sh # 定义日志目录和文件 LOG_DIR="/root/logs/s 阅读全文
posted @ 2025-10-13 16:42 流失的痕迹 阅读(9) 评论(0) 推荐(0)