Linux shell script Implementation detects tomcat_linux shell

Source: Internet
Author: User
Tags tomcat

Linux shell script detects tomcat and restarts automatically

Background Run command sh xxx.sh &
View background tasks: Jobs
Summoned to the front desk: FG Jobs number

The code that can delete the while loop is put into the crontab, and the script can be run directly in the background.

#!/bin/bash while
[true]
do
    url= "http://www.jb51.net/";
    httpok= ' Curl--connect-timeout 10-m--head--silent $url | awk ' Nr==1{print $} ';
    if [$httpOK = = "];then
        tomcat6= ' ps-ef | grep tomcat | awk ' Nr==1{print $ $} ' `;
        User= ' echo $tomcat 6 | awk ' Nr==1{print $} ';
        Pid= ' echo $tomcat 6 | awk ' Nr==1{print $} ';
        If [$user!= "Tomcat"]; Then
            service tomcat6 start;
        else
            kill-9 $pid sleep 5s;service tomcat6 start;service tomcat6 start;service status;
        fi;
    fi;
    Sleep 5m;
Done

The above mentioned is the entire content of this article, I hope you can enjoy.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.