Possible Duplicate:
Are there any tools to periodically check if a web site is available?

I am a developer and I work on a large list of internal websites and want to know if they are down before the user calls me. I've used services like http://aremysitesup.com/ before, but they won't work with internal sites that they can't access or that are HTTPS only websites.

Is there a free tool that will monitor websites for me or is there a code project that I can modify to fit my needs?

link|improve this question
feedback

closed as exact duplicate by random Jul 21 '11 at 17:59

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

There's a project called Cacti that is flexible enough for your needs. Their forums are a wealth of information and I'm pretty sure someone probably already has a solution for it there. It may be overkill, but it's a good starting point.

http://www.cacti.net

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.