monit-general
[Top][All Lists]
Advanced

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

What is the default stop action?


From: Muhamed Huseinbašić
Subject: What is the default stop action?
Date: Tue, 30 Jan 2018 10:21:33 +0000

Hi everyone.

I am sorry if this exists in the docs, I couldn't find it anywhere.

E.g.:

check process rqworker1 matching "^/usr/bin/python.*/usr/local/bin/rqworker1"
    start program = "/opt/startup/startstop.sh start rqworker1 owner /usr/bin/python /usr/local/bin/rqworker1 -c worker --name rqworker1"
    stop = "/bin/bash -c 'kill $MONIT_PROCESS_PID'"

I know (correct me if I am wrong) that monit in this case exports correct PID under MONIT_PROCESS_PID and I can do whatever I want in the "stop" part.

Now, my question is what happens if I omit the "stop" part completely?
I.e. what exactly will be executed when I do "monit stop rqworker1"?
Is there some default stop command under the hood?

Thanks a lot.

Muhamed Huseinbašić

reply via email to

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