Python script to perform simple Health Check for Linux Server
Using cron job to trigger the script on the server
====================================================================================================
0 * * * * /{path}/{Health Check Script Check}.py >> /{path}/{Health Check Log}-date +\%Y\%m.log
====================================================================================================