Troubleshooting of a shell script

Source: Internet
Author: User
Today, I wrote a shell monitoring script to monitor the running status of keepalived by combining the shell script with zabbix. The script name is check_keepalived.sh #! /Bin/bashunm = 'ps-Ef | grep keepalived | WC-l' if [$ UNM-GT 2]; then Echo 1; else Echo 0; FI stops keepalived for testing and finds that the returned value is 1. How can this happen? At first I thought there was a problem with my script writing, but I have not found any problem after checking it several times. The problem is that the name of the check_keepalived.sh script is caused by the keepalived. Therefore, the script name check_keepalived.sh is changed to check_keep.sh. The problem has been solved. I hope you will not make such mistakes as often as I do.

 

This article is from the "yaoshenshen" blog and will not be reproduced!

Troubleshooting of a shell script

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.