Link to home
Start Free TrialLog in
Avatar of mbudman
mbudmanFlag for Canada

asked on

Web site Monitoring

Hello,

I have a customer who hosts their web site through a company that specializes in Web sites.

The customer's website goes down on average (i.e. is not available) once every 6 weeks.

Is there any type of software that I can implement that can monitor the health of the web site so as to let someone (of my choosing) know if the web site  goes down and becomes unavailable ?

The failure of the website is not the code, it is strictly a failure on the part of the web hosting company.

Thanks in advance.

Mark
Avatar of duncanb7
duncanb7

Normally, if it is not completed server shut down. Most
hosting company will provide a notice webpage to its
website sever customer when its server is going  to

1-Doing server maintenace
2-partial or some servers are in problem
3-Unexpected issue on server and need temporarily shut down for
part of servers .

The page will show you once your website is going to those issue
and let other veiwers to view your site to be aware of the notice message
and  they will come back later on to continue to view.

If you need website monitor server, you can find it more in google easily , for example link
http://mashable.com/2008/08/25/free-and-cheap-website-monitoring-services/

Hope understand your question completely. If not please point it out

Duncan
Avatar of serialband
Here's another free service not listed in Duncan's link.

http://www.amiup.co.uk/

Depending on your access, you could also run a script on the server itself that notifies you when it's still running and if the system has been restarted.  You could have it send you the system uptime to let you know when it's been rebooted.
I have written my own very simple Lazarus/Delphi program for that. It just queries a list of websites (currently 10 max), and checks on one keyword. If it's not there (for instance, mysql error preventing page from loading, but of course, also full website down, unable to connect), it will turn some green dots to red in the gui, and email to one person which site of the list isn't up anymore. Since it's very simple, it needs to run on a PC that's always on and logged in.
Let me know if you're interested.
I have been testing pingdomm https://www.pingdom.com/ and it works nicely. I get a sms and email when the site goes down although this has always been from windows auto restart after installing patch's.
Avatar of mbudman

ASKER

Hi Kimputer,

I am very interested in finding out about your program. How can we go about the next step?

Thanks,

Mark
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mbudman

ASKER

Thank you for your help.

This is exactly what I was looking for.

Mark
Avatar of mbudman

ASKER

Thank you. This is exactly what I was looking for.

Cheers,

Mark