Posted by Ben Coleman On October - 18 - 2007 67 Comments

Another gadget for Google Desktop! Yeah I seem to be doing a lot of these lately. They are fun and easy to write; and I like the challenge of seeing what is possible within the limitations of the Javascript language and the API Google provide (which is actually very good). My newest creation is a website or URL monitoring tool.

Download – Website Monitor v1.5.0

Features

  • Monitor the availability of a websites or URLs
  • Check your webservers and webpages are up and running; and responding
  • Confirm the contents of the webpage, looking for specified text in the body of the page
  • Check the performance of the page, by setting a response time threshold

The gadget checks all the URLs you define (as many as you like); each URL can have it’s own check frequency and other parameters. The gadget view shows a standard Red/Amber/Green display for each of the URLs you are monitoring. Red indicates the URL is unavailable; the webserver is down or some other error (e.g. 404) occurred, the monitor also shows red when the text check can not be found in the page. The URL monitor is shown in amber if the website responded too slowly and took longer to return than the threshold you specify. The monitor shows green if everything is OK with the website.

The text check function allows you to do some inventive stuff. You can check stock availability or order status or to “watch” other content. For example looking for the text “Available for pre-order” on an item on Amazon, lets you know when a item has been released (the monitor will go red, when that message changes to something else, i.e. it’s now available)

Anyway let me know what you think.

Support

Requires Google Desktop 5.7 or higher

Change Log

Version Date Changes
1.5.2 29-Oct-2007 Fixes to how the URL edit field is handled, prevents the auto-hyperlink “feature” Google kindly added

67 Responses so far.

  1. seo says:

    Thank you,very much.

  2. gebzedizi says:

    Hi .. Very clever gadget. Just a thought. Any chance of providing a inverse logic function for the text search really

  3. car photos says:

    Hi .. Very clever gadget. Just a thought. Any chance of providing a inverse logic function for the text search…

  4. BMW 2011 says:

    I think there is a problem with your Gadget,
    cannot enter the URL of my site http://bmw2011.tk or any other site. I have Website Monitor v1.5.0

  5. think there is a problem with your Gadget, THANKS YOU

  6. seo says:

    Thanks for information

  7. car photos says:

    Thank for the fast update!

  8. [...] Google Desktop Gadget Website Monitor – Watch your website uptime/downtime right on your desktop. [...]

  9. makakula says:

    think there is a problem with your Gadget, THANKS YOU

  10. petrik says:

    thank you very much indeed for that ;)

  11. herque says:

    Thank you so good perfect job

  12. thanks.very nice post.

  13. sebo says:

    Thank you so good perfect job

  14. Paul says:

    Love the tool, but it’s not updating the list when I change the options.
    I’ve added some sites and only when I close and reopen the Google Sidebar do the monitors appear.

    Any ideas?

    Paul

  15. Charles Sisk says:

    I added this site to the monitor with no text to check but the display always stays red. Help.

  16. Puzzled says:

    I started using you free Google gadget yesterday and focused on one website Jan 11 and a different site on Jan 12. Both websites went down and would not load off the server. I removed the first site from your monitoring tool late on Jan 11 and later the site came back on line. Today the other site is now down and will not load. I have submitted a ticket to our support team to try and figure this out. Is it possible that your code with this monitoring tool is causing errors on the hosting servers?

  17. Ben Coleman says:

    There’s no chance it can be causing a problem with your servers. It’s doing basic HTTP requests, just like you would from a web browser. If the server falls over when processing a basic HTTP request – you’ve really got problems!