+ Reply to Thread
Results 1 to 10 of 10

 

Thread: Tracking website availability?

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Scotland
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Does anybody know of a free service that tracks a website's uptime/downtime?

    I seem to remeber a site from a few years ago, but cannot find it again.

    Our webhost (IPS Hosting) has become very unreliable over the past few weeks and our website is going up and down like a yo-yo.

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Cheshire
    Posts
    263
    Thanks
    0
    Thanked 1 Time in 1 Post
    Not free, but for less than a fiver a month there is www.i-eyes.com. There's an affiliate program for it too on Affiliate Future. I use it to monitor about 120 web sites.

    Jon

  3. #3
    Keith's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Richmond North Yorkshire
    Posts
    2,540
    Thanks
    172
    Thanked 119 Times in 83 Posts
    Theres Website Availability on POR http://www.websiteavailability.com
    Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Scotland
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for the suggestions. Only one website to check, and I don't want to spend any cash on it. Signed up on this website for their free checking every 30 mins

    http://www.siteuptime.com

    I'm going to have a wee look for a program I can run on my own PC that will track uptime. Should be possible.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Jul 2004
    Location
    Sheffield
    Posts
    388
    Thanks
    1
    Thanked 0 Times in 0 Posts
    I use this:

    http://www.internetseer.com/home/index.xtp

    The free option is at the bottom.

    HTH

    Chris

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Feb 2005
    Posts
    127
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Originally posted by TA Message Board
    Thanks for the suggestions. Only one website to check, and I don't want to spend any cash on it. Signed up on this website for their free checking every 30 mins

    http://www.siteuptime.com

    I'm going to have a wee look for a program I can run on my own PC that will track uptime. Should be possible.
    I use siteuptime amd found them to be reliable. They did have an issue with their global location monitoring but that was fixed quite a few months back.

    I use the premium service for $5 (£2.60) a month but the free service runs on the same system just at different durations.

    One thing to remember though, if you site is down for only a few seconds at the time the siteuptime monitoring occurs, it will report it as down and rightly so. However, the next check isn't for another 30mins and therefore your site downtime will be reported as 30mins!

    If its a free service you don't mind, just remember that for when your monthly uptime report comes in.
    David
    meirhosting.net

  7. #7
    Shane's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    sheffield - Worldwide Skiver
    Posts
    3,311
    Thanks
    12
    Thanked 70 Times in 34 Posts
    " program I can run on my own PC that will track uptime"

    yup they do exist...

    I had a program somewhere on a CD off a magazine that monitored sites from your desktop.. cool if ur pc is on 24/7 ..

    will have a look for it

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Scotland
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Shane if you could remember the name of that program or find the CD that would be great.

    Had a look at a utility called T4eWebPing - it is a command line program that will "ping" a web page. Returns amongst other things such as response time, error code if any etc, but it's output isn't in a usable form.

    The PC in my work is on 24/7 so I run stuff from there. Great for phpadsnew maintenance etc

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Feb 2005
    Posts
    127
    Thanks
    0
    Thanked 3 Times in 3 Posts
    David
    meirhosting.net

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Jan 2005
    Location
    Scotland
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for all the suggestions. After looking at them all, I wrote a batch file. It doesn't allert me to when there's downtime, but it does let me track it.

    Runs as a scheduled task on my PC every 11 mins. Wget is a free utility that grabs a web page and downloads it - I use it for running PHPadsnew maintenance. Once the file is downloaded, I delete it.

    Code:
    echo %date%,%time%, >> "C:\Program Files\wget\check_Tamb.txt"
    c:
    cd "\Program Files\wget\download"
    "C:\Program Files\wget\wget" http://tamb.ipbhost.com/index.php -Y on -nv -a "C:\Program Files\wget\check_Tamb.txt"
    echo ; >> "C:\Program Files\wget\check_Tamb.txt"
    del index*.* /q
    This produces the following file. A quick search and replace in word to format it correctly. Think the numbers in square brackets is the response time. The downtime shows as blank lines

    Code:
    06/03/2005,11:53:00.04, 
    11:53:00 URL:http://tamb.ipbhost.com/index.php [29508] -> "index.php" [1]
    ; 
    06/03/2005,12:04:00.04, 
    ; 
    06/03/2005,12:15:00.04, 
    ; 
    06/03/2005,12:26:00.04, 
    ; 
    06/03/2005,12:37:00.06, 
    12:41:12 URL:http://tamb.ipbhost.com/index.php [1601] -> "index.php" [13]
    ; 
    06/03/2005,12:48:00.04, 
    12:48:00 URL:http://tamb.ipbhost.com/index.php [28628] -> "index.php" [1]

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2