#Alert1.vbs  ver 1.0

  			
FILES:

Readme.txt	This document that you are reading now.
alert1.vbs  	The actual alert script that does all the work.
deletefwlog.bat Sample bat file to delete the log files 
test.bat        Test script to verify your configuration when you are 
		all done.



Installation
============

Installation is simple.  First copy all four of these files to
the directory you want to install the  Alert script to. e.g c:\fw1. 
All logging will happen in that directory (log files are small).  
Edit the alert1.vbs script & change the dir variable to the installation folder 
and the fw1lib folder to the firewall1 installation directory usually c:\winnt\fw1.
Set up an at job to delete the log files daily - See deletefwlog.bat as an example.
 - and thats it.

Change the Firewall1 policy loging & alert options -
in the user defined alert field set it to the Following:
cscript %dir\alert1.vbs where %dir is the directory you installed the script to.

Requirements
============

Windows Scrip Host 5.1
Wsendmail ( or alternative) 


Author, Copyright, License
==========================

Copyright (c) 2000 Andrew Roberson. All rights reserved.

This software is free and freely distributable on a non-commercial basis in the format ORIGINALLY RELEASED with the original Copyright clause.
The author expressly disclaims any warranty for this software. This software and 
any related documentation is provided "as is" without warranty of any kind.

Distribution of the program or any work based on the program by a commercial organization to any third party is permitted only with the written permission of the author

If you have any recommendations or corrections for this script then please mail me.

Andrew.Roberson@icl.com

Acknowledgements
================

# Lance Spitzner lance@spitzner.net

on whose original alert.sh this script was based.

Disclaimer
==========

This software is distributed in the hope that it will be useful, but
is provided "AS IS" WITHOUT WARRANTY OF ANY KIND, either expressed or
implied, INCLUDING, without limitation, the implied warranties of
MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.

The ENTIRE RISK as to the quality and performance of the software
IS WITH YOU (the holder of the software).  Should the software prove
defective, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
CORRECTION.

IN NO EVENT WILL ANY COPYRIGHT HOLDER OR ANY OTHER PARTY WHO MAY CREATE,
MODIFY, OR DISTRIBUTE THE SOFTWARE BE LIABLE OR RESPONSIBLE TO YOU OR TO
ANY OTHER ENTITY FOR ANY KIND OF DAMAGES (no matter how awful - not even
if they arise from known or unknown flaws in the software).
