linuxLinux Shell 脚本监控磁盘空间 监控磁盘使用率超过98的服务器: #!/bin/sh ip=`ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6|awk '{print $2}'|head -1|tr -d "addr:"?` echo $ip... admin 1年前 (2022-01-25) 431℃ 5喜欢