I would to implement a simple functionality on my server:
I would to know when a my process that it is running on the server is active or no. If this process is not running I would to send an e-mail to administrator.
To implement this functionality I'm thinking to a cron-job scheduled on x hours.
How can I implement this cron-job? I used python server-side.
Is this the better solution?