Skip to content

NXCALS-822 Use unix "ps aux" command on ansible common-stop role

This changes the way we detect if a process is stopped, since before we were relying on monit status. Now it first tries to acquire the application pid from the nxcals directory and then executes a "ps aux" command, in order to check if that pid is actually registered as running, on the system.

Edited by Grigorios Avgitidis

Merge request reports