Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Files

Latest commit

1588042 · Oct 22, 2014

History

History

share

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2014
Oct 22, 2014
Jan 12, 2004
May 6, 2010
May 6, 2010
May 6, 2010
May 6, 2010
Jan 12, 2004
Jul 7, 2005
Feb 6, 2012
Feb 6, 2012
May 6, 2010
share/rancid includes some utilities that either don't seem to belong
in <BINDIR> (i.e.: not part of the core pkg), contributed sources, or
sources included for convenience/example.

README.misc	This file.
downreport	Daily report of routers not listed as up in router.db
getipacctg	Get and sort show ip accounting output from cisco router
rtrfilter	Procmail mail filter for diffs

---------------
rtrfilter can be used to filter rancid diffs to avoid sending unwanted
diffs to certain recipient(s) or diffs which those recipient(s) should
not see without the need to create separate or duplicate group(s).

/etc/aliases e.g.:

rancid-foo:	engineering,
		customer-ops-foo
#
# only send diffs for the SJC routers (aka. *.sjc.shrubbery.net)
customer-ops-foo:	"| /usr/local/rancid/share/rancid/rtrfilter -i '\.sjc\.' -s 'sjc router diffs' customer-ops"
#
customer-ops:	jimbob,
		sally