This directory has contributed goodies and other useful,
but not critical programs in it. Each is documented, sparingly,
below.

usrModemUsage:

		This tool can be run from Cricket via an EXEC datasource
		to collect stats on the number of modems in use in a
		USR Total Control chassis. Give it hostname and community
		string on the commandline, and it will give you number of
		modems in use and number of modems in negotiation on lines 0
		and 1 of it's output.

dump-targets:

		Lets you see what collector will be working on before you
		let the collector loose on your config tree. Useful
		for testing out brand new configs.

rrd-dump:

		A simple program to exercise RRD::File, but it could
		also be used to debug problems, etc. If RRD::File is
		lying to you, so will rrd-dump! Be warned!

test-url:

		A script to fetch a URL and tell you how long it took.
		This can be used via an EXEC datasource to monitor
		HTTP and FTP server response times.

listInterfaces:

		Give this script a router name and a community string
		and it will make a set of target definitions for you.
		Very useful!

rrd-tune:

		Use this to force an rrd "tune" operation on parts
		of your config tree. You'll need to use this to make
		changes to rrd-min, rrd-max, or rrd-heartbeat stick
		if you make them after the RRD files already exist.

relocate-perl:

		Used during install to fix the location of Perl in the
		#! lines of the scripts.

getFormat.c:

		If you need to port RRD::Format to your architecture,
		you can use this little C program to help out. See
		the comments in ../lib/RRD/Format.pm.
