
	These are just very primitive scripts to rotate the
	gated log files (much like syslog), do some primitive
	analysis of the logs, and mail the output to a list of
	users.

	Remember I said primitive and occasionally the awk scripts
	produce some weird results.

	gated-mon -  this is what you put in crontab. I run it every
		     day at midnight.

	gw-mon -  runs all the analysis scripts.

	rotatelogs - rotates the gated log files

	redchek - takes the log file argument and extracts out
	          redirect information

	delchek - takes the log file argument and tallies up deletions
		  for each network

	chek - takes the log file argument and compiles a list of
		metric changes and gateway changes for each network

	For these to be effective, gated must log with a "-tr" flag.




