monit-general
[Top][All Lists]
Advanced

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

monit doesn't run stop action


From: Marc Rossi
Subject: monit doesn't run stop action
Date: Tue, 5 Mar 2019 09:24:31 -0600

Looking through source right now but figured I'd throw it out to list to see if this is something obvious I'm doing wrong.

Long time monit user but on a few of our apps we have recently been having problems with the shutdown action possibly not running.

For the app that DOES shut down properly logs show the following:

[CST Mar  4 17:00:02] info     : 'foo' stop on user request
[CST Mar  4 17:00:02] info     : Monit daemon with PID 17733 awakened
[CST Mar  4 17:00:02] info     : Awakened by User defined signal 1
[CST Mar  4 17:00:02] info     : 'foo' stop: '/usr/bin/pkill -u nobody -f /usr/local/bin/foo.py'
[CST Mar  4 17:00:02] info     : 'foo' stop action done

For the app that is not stopping properly logs show the following:

[CST Mar  4 15:15:01] info     : 'bar' stop on user request
[CST Mar  4 15:15:01] info     : Monit daemon with PID 17733 awakened
[CST Mar  4 15:15:01] info     : Awakened by User defined signal 1
[CST Mar  4 15:15:01] info     : 'bar' stop action done

Could be a red herring but where is the stop action line in the second log excerpt? Now the shutdown commands are indeed different between foo & bar but still would expect to see the stop action listed.

TIA
Marc


reply via email to

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