I have a RoR3 website that is hosted by HostingRails and is using thin server. I noticed that every so often, the thin server goes down and I can't find a reason for it.
Writing cron jobs are not my strong suite but, from research, I found cron jobs can be used to check the server status and restart if down.
So, my question is, how to write a script that will run a cron job checking if a thin server is down, and if it is, to restart it?
Thank you!