In my monit rc script, I call "stop all" and then stop monit. I am running into a scenario where not all services actually stop.
Currently the script does this
monit stop all
pkill monit
I suspect that monit is killed before it completes stopping all services ?
Is that possible ?
Another option is:
monit stop all
monit quit
Could that behave better ?
-- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
