发布时间:2018-01-15 13:42:32
# auth by shikun.zhou - EMail:shikun.zhou@bdqn.cn# Last modified: 2018-1-15 # Filename: check_url.sh# Description: wget monitoring web is normal #====================================================while truedo Mail="shikun.zhou@bdqn.cn" FailCount=0 .........【阅读全文】
发布时间:2014-07-03 17:08:50
[root@gateway1 denyip]# more 24wwwip.sh #!/bin/bash#/root/shell/denyip/wwwip.sh|cut -d: -f1|uniq|cut -d. -f1-3|uniq -c|more/root/shell/denyip/wwwip.sh|cut -d: -f1|uniq|cut -d. -f1-2|uniq -c|sort -nr|more[root@gateway1 denyip]# more denyip.sh #!/bin/bashPATH=/sbin:$PATHlogfile=/var/log/denyip.........【阅读全文】
发布时间:2014-07-03 16:57:51
#!/bin/bash## This is check system shell script.## Writen by zhunzhun.zeng 2013-07-08.export LANG=zh_CN.UTF-8zhujiming=`hostname`ip=`ifconfig`xitongshijian=`date +%H:%M:%S`yunxingshijian=`uptime | awk '{print $3,$4}'`xitongbanben=`head -n 1 /etc/issue`neihebanben=`uname -r`xitongfuzai=`c.........【阅读全文】