                       ISpy v1.0 installation instructions
                       ===================================

1) Make sure the prerequisites have been installed.   These are:

	Perl 5 - avaliable from www.cpan.org/ports/index.html
	
	IO::Socket - included with Perl 5
	
	Getopt::Long - available from http://cpan.org/modules/by-module/Getopt/
	
	mail - must support the -s (subject) option and must accept message 
	       input from STDIN.

2) Copy ispy to a directory in your path (e.g. /usr/bin)

3) Copy ispy.1 to a directory in your manpath (e.g. /usr/man/man1)

4) Copy ispy.conf.5 and ispy.state.5 to a directory in your 
   manpath (e.g. /usr/man/man1)

5) Copy ispy.conf to /etc (or another location, see ispy.1 for details) and 
   edit it as appropriate (see ispy.conf.5).
	 
6) Initialie ISpy by running 'ispy --reset'

7) Add an entry for ISpy in /etc/crontab   Note that if the configuration and 
   state files reside somewhere other than /etc then you may have to specify 
	 their locations on the command line using the -c and -s options.
   */1 * * * * akh /usr/bin/perl /usr/local/bin/watch.pl
