Click here to Skip to main content
15,883,901 members
Articles / Programming Languages / VBScript
Article

Monitor your website

Rate me:
Please Sign up or sign in to vote.
1.54/5 (7 votes)
12 Jan 20041 min read 49K   16  
Monitor your website and create HTML reports.

Introduction

Website monitoring, performance, and uptime management script.

Run this script as often as you'd like your website monitored by scheduling with the windows task scheduler. It is recommended that cscript be used when running this script.

Script will check as many websites as you want and compare them to a benchmark site you specify. An HTML report with graphs is automatically created by the second script. No IIS necessary to view the reports. This version uses vbscript, and Microsoft Access, also uses free winHTTP component from Microsoft. Simply open up each script in your favorite text editor (notepad will do) and edit the path to your databae. Future versions will be available without the need for ms access. Open-Source GPL.

Installation Steps

  1. Unzip files.
  2. Edit the file checklink.vbs enter your database path, and desired benchmark site.
  3. Edit the file output.vbs enter your database path.
  4. Open uptime.mdb and table tlbsitelist; enter the full site url into field "sitename" and for field "acitve" enter "1" for each site you wish to monitor. (next version of script will not require MS Access)
  5. Run checklink.vbs, then output.vbs
  6. Use "Task Scheduler" to setup a task to run each at desired interval.
  7. View created HTML reports.

Please visit www.website-monitoring.org for full download of all files.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
Live in Michigan, USA

Comments and Discussions

 
-- There are no messages in this forum --