clear this doubt please...urgent
Posted: Tue Nov 14, 2006 1:25 am
hi ..
how to find the status of a website to know if the website is live or if the website has failed.
the site is a PHP site that runs against a MySQL database. Each day, a backup routine runs to store this content on tape. Once in a while, this backup routine seems to shut down the MySQL service, but not restart the service. So the page fails.
is there a way to run a script on a local workstation that checks once an hour (or every 30 minutes) the content of a site to see if is properly rendering. If there is a problem, the script should generate an email to the project leader responsible for that project.
is there a way to do this..?
if so please tell me
how to find the status of a website to know if the website is live or if the website has failed.
the site is a PHP site that runs against a MySQL database. Each day, a backup routine runs to store this content on tape. Once in a while, this backup routine seems to shut down the MySQL service, but not restart the service. So the page fails.
is there a way to run a script on a local workstation that checks once an hour (or every 30 minutes) the content of a site to see if is properly rendering. If there is a problem, the script should generate an email to the project leader responsible for that project.
is there a way to do this..?
if so please tell me