文章预览
院长简介 作者:院长 职位:运维开发工程师 官网:https://deanit.cn 博客:https://blog.deanit.cn 擅长: 【虚拟化,容器化,自动化运维,CICD,监控,日志,中间件,双机热备,分布式存储,数据库,认证,组网隧道,Kali 安全渗透,网络攻击,负载均衡,Html,Css,Js,Jq,Vue3,Shell,Python,Go,前后端框架】 巡检脚本 #!/bin/bash HTML_FILE= "/tmp/system_check_ $ (date +%Y%m%d%H%M).html" SERVICES=( "sshd" "crond" "nginx" "mysql" "docker" ) # 可自定义要检查的服务 # 创建HTML文件头部 cat > $HTML_FILE < 院长NUC服务器巡检报告 "utf-8" > body { font -family : Arial, sans -serif ; margin: 20 px; } h2 { color: #333; border-bottom: 2px solid #333; padding-bottom: 5px; } table { width: 100 %; border -collapse : collapse; margin -bottom : 25 px; box -shadow : 0 1 px 3 px rgba( 0 , 0 , 0 , 0.1 ); } th, td { border: 1 px
………………………………