>>>>> "Vaibhav" == Vaibhav Kante <[EMAIL PROTECTED]> writes:

    Vaibhav> [snip]
    Vaibhav> proc_num=`ps -ef | grep master | wc -l`

    Vaibhav> Now in last 2 months it has happened twice that an alert
    Vaibhav> was generated and when we manually checked these
    Vaibhav> processes .. everything was alright!

proc_num=`ps -ef | grep master | grep -v grep | wc -l`

-- Raju
-- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
                      It is the mind that moves


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to