It looks good again. When I looked earlier there was a 'false' command which stopped the process.
Our scripts run with 'set -e' so we need to make sure all commands are successful or followed by "|| true". Maybe one of the new monitoring commands failed and that stopped the script? I will save the log if I see thus problem again.
