#
# Copyright (c) Xerox Corporation 1997, 1998. All rights reserved.
#
# License is granted to copy, to use, and to make and to use derivative
# works, provided that Xerox is acknowledged in all documentation
# pertaining to any such copy or derivative work. Xerox grants no other
# licenses expressed or implied. The Xerox trade name should not be used
# in any advertising without its written permission.
#
# XEROX CORPORATION MAKES NO REPRESENTATIONS CONCERNING EITHER THE
# MERCHANTABILITY OF THIS SOFTWARE OR THE SUITABILITY OF THIS SOFTWARE
# FOR ANY PARTICULAR PURPOSE.  The software is provided "as is" without
# express or implied warranty of any kind.
#
# These notices must be retained in any copies of any part of this software.
#



This directory contains CGI scripts which should be installed on
the web server used by the RouteMonitor package:

perl CGI scripts:
--------------------------------------------------
rmsearch: the route monitor search script, allows searches of the local
	  routing statistics file
rmdist: the route monitor distribution script, allows distribution reports
	  on the local routing statistics file

associated perl modules used by rmsearch and rmdist:
----------------------------------------------------
Fields.pl: provides subroutines to query the stats file and get information
	   on various fields in stats file (such as weekly flaps, state, etc).
Html.pl: provides subroutines for producing html output which is returned to
         the user of the CGI scripts.



