up vote 0 down vote favorite
share [g+] share [fb]

Basically, I just need a simple app that frequently pings external IP Addresses and web addresses to make sure the sites are up. Does anyone know of a good one of these?

I started to make one myself, but wanted to know if someone else has already done the work.

It just needs to track multiple external addresses with the status codes returned, at potentially different intervals.

I did see this post on "How do you monitor the availability of multiple websites", but it seems a little bit like overkill for what I need. I need a KISS app! Thanks!

link|improve this question

why dont you use a service like pingdom.com? They also notify you if your service is down. – Alec Smart Sep 14 '09 at 14:38
else, you can write a simple php script, which runs on your server, and pings and sees output and emails/smses you then. should take you about 2 minutes. – Alec Smart Sep 14 '09 at 14:39
1  
What OS are you on? This seems something that could be done with a little script calling curl. – Pete Kirkham Sep 14 '09 at 15:06
pingdom.com costs money, and I only need to know if the site is up or not. Nothing fancy. Sorry! – JohnBubriski Sep 14 '09 at 15:33
I'm on windows, and I wrote a little app to do 1 site at a time, but I was wondering if there something a little more robust that would handle multiple sites, save the list, and use a tray icon with notifications when things aren't working. I literally don't need ANY tracking, graphing, trending or anything. Just "up" or "down" – JohnBubriski Sep 14 '09 at 15:34
feedback

4 Answers

up vote 1 down vote accepted

Ok, second attempt. What about Website Monitor (seen in this list: Monitor and Check Web Site or Server Uptime and Availability for Free)? Your dog should be able to use it.

link|improve this answer
That gets you an upvote! Not perfect, but all the basics are there! – JohnBubriski Sep 14 '09 at 17:12
Wow, thanks! That's the best thing I could find for this crappy Windows OS :) – Pascal Thivent Sep 14 '09 at 17:24
feedback

I'm not sure if this fits your needs but http://aremysitesup.com/
May be a simple way to go.

The free version supports up to five sites.

link|improve this answer
That looks pretty good, but I would prefer something free. Something I can easily run from my server or workstation. – JohnBubriski Sep 14 '09 at 14:52
feedback

This can be done with Cacti which is a great app. See:

link|improve this answer
Again, I think this is way overkill. I need a PHP web server to use this thing! I'm sure it's great, but I want a KISS app that my dog could use. – JohnBubriski Sep 14 '09 at 15:25
feedback

Unless you are the network admin of those sites it is a colossal waste of resources, what I call ping-then-do.

Ping-then-do

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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