Bash script to monitor your websites...

This script can be used to monitor your website URLs. If the site is down or if the specified url is NotFound/Access Denied, you will be alerted via email. You can download the script from here. #!/bin/bash ######################################################################################### #                                    ...