How to Install
--------------

Make sure you have Perl 5, with IO::Socket and RRDtool v1.0.25 or better.
Make sure you are monitoring systems running either AIX, Linux or SunOS.
Make sure you have a web server. If you have Apache, install mod_expires.

Modify servers.conf to hold the ocrrect information on your servers.  The
keys in the [serverdesc] section should be the hostnames of the servers.

Put the servers.conf file in the appropriate place (eg, into
/usr/local/etc ).  

Then modify servers.cgi.pl to have the correct location of the servers.conf 
file.

Put servers.cgi into your web server cgi-bin directory.

Put the .gif files into the icons directory according to your .conf file.

Create the graphs directory according to your .conf file, with write permission
for the httpd process.  Put the .htaccess file in here.

Put the gather script into an appropriate place (eg, /usr/local/bin )

On all servers to be monitored:
	* install the getstats script into somewhere appropriate 
	  (eg, /usr/local/bin).  
	* add the entry 'stat 3030/tcp' to /etc/services, unless you use NIS
	* add the entry 'stat stream tcp nowait nobody /usr/local/bin/getstats getstats'
	  to /etc/inetd.conf, making necessary changes (if you dont have user
	  'nobody' or you changed the path).
	* Restart inetd.

Test your data gather by running the 'gather' script.  This should produce no
errors, and at the same time create all the RRD databases.

Add an entry to your crontabs to run gather every 5 minutes.
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/gather > /dev/console

Fire up your web browser and try to connect to the script.  It should work!

