• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    检测网站down掉后自动发信的shell脚本代码
    复制代码 代码如下:

    #!/bin/bash
    #website test scripts
    while true;do
            for cycle_temp in `cat url_list`
            do
                    if  lynx -dump `echo ${cycle_temp}` -accept_all_cookies|grep "true";then
                            echo "The website is running naturally"

                    else
                            echo "${cycle_temp} has been offline please attend it now!">/opt/test.txt
                            mail -v -s "website down mail" reterry123@163.com /opt/test.txt
                    fi
            done
            sleep 2s
    done
    上一篇:shell脚本从SVN推送到多台服务器的代码
    下一篇:提取oralce当天的alert log的shell脚本代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    检测网站down掉后自动发信的shell脚本代码 检测,网站,down,掉,后,自动,