Hi @huzanforbes,
There was a typo in one of my previous messages
Can you run this command instead?
sudo tail -n30 /var/log/gonit.log
If gonit is terminated somehow, you should find this information
time="2020-09-28T14:45:58Z" level=info msg="Terminating application..."
time="2020-09-28T14:45:58Z" level=info msg=Terminated.
time="2020-09-28T14:46:09Z" level=info msg="Performing checks"
This command should print the lines with "terminated", "fail" or "error"
sudo cat /var/log/gonit.log | grep -i "terminated\|fail\|error"