巡检脚本完整版 #!/bin/bash##########系统信息############系统类型os_type=`uname`#系统版本os_ver=`cat /etc/redhat-release`#系统内核os_ker=`uname -a |awk '{print $3}'`#当前时间os_t