monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] Monit restart command problem


From: Martin Pala
Subject: Re: [monit] Monit restart command problem
Date: Thu, 5 Mar 2009 19:20:22 +0100

If the service is process, monit execs the stop command and waits for the process with pid matching the pidfile content to stop. As soon as the process stops, start script is executed. If the process is stopping quickly, the start script can be executed very quickly (within the same second).

If the check is for different service type (like file, directory, host, etc.), then the stop script is executed followed by start immediately since monit has currently no way how to identify whether the stop script finished OK or not.

What is the configuration of jboss_eradbre service?

You can run monit with -v option to see details.


On Mar 5, 2009, at 5:44 PM, Perdue, Emmett wrote:

I am seeing some strange behavior from Monit when a restart command is issued. When I issue a "monit restart app_name" command, Monit is sending the stop and start commands in the monitrc file back to back within 1/10 of a second. It is not sending the stop command and waiting for it to finish before sending the start command.

If I run the scripts outside of Monit, all is fine. What should I look for? Below is a snip of the Monit log from when the problem happens…

[EST Mar  5 10:12:32] debug    : restart service 'jboss_eradbre' on user request
[EST Mar  5 10:12:32] info     : monit daemon at 25448 awakened
[EST Mar  5 10:12:32] info     : Awakened by User defined signal 1
[EST Mar  5 10:12:32] info     : 'jboss_eradbre' trying to restart
[EST Mar  5 10:12:32] info     : 'jboss_eradbre' stop: /etc/init.d/jboss_eradbre
[EST Mar  5 10:12:33] info     : 'jboss_eradbre' start: /etc/init.d/jboss_eradbre


Thank You,

Emmett D. Perdue
CSX Corp.
Sr. Systems Admin - RHCE
Middleware Software Provisioning
Phone: (904) 633-5187 RNX: 633-5187
E-Mail: address@hidden

Picture (Metafile)
"Individuals Play the Game, But Teams Win Championships!"




This email transmission and any accompanying attachments may contain CSX privileged and confidential information intended only for the use of the intended addressee. Any dissemination, distribution, copying or action taken in reliance on the contents of this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error please immediately delete it and notify sender at the above CSX email address. Sender and CSX accept no liability for any damage caused directly or indirectly by receipt of this email.

--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]