• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D04-Sep-20191.6 KiB4825

Makefile.inH A D02-Oct-202018.7 KiB609525

README.miscH A D12-May-2019881 2520

cisco-load.expH A D04-Sep-201911.1 KiB368151

cisco-reload.expH A D04-Sep-20195.9 KiB17334

downreport.inH A D04-Sep-20193.6 KiB10738

getipacctgH A D04-Sep-20195 KiB14678

rancid-cvspurge.inH A D04-Sep-20193.1 KiB8025

rancid.specH A D13-May-20204.8 KiB151129

rtrfilter.inH A D04-Sep-20195.6 KiB18987

README.misc

1share/rancid includes some utilities that either don't seem to belong
2in <BINDIR> (i.e.: not part of the core pkg), contributed sources, or
3sources included for convenience/example.
4
5README.misc	This file.
6downreport	Daily report of routers not listed as up in router.db
7getipacctg	Get and sort show ip accounting output from cisco router
8rtrfilter	Procmail mail filter for diffs
9
10---------------
11rtrfilter can be used to filter rancid diffs to avoid sending unwanted
12diffs to certain recipient(s) or diffs which those recipient(s) should
13not see without the need to create separate or duplicate group(s).
14
15/etc/aliases e.g.:
16
17rancid-foo:	engineering,
18		customer-ops-foo
19#
20# only send diffs for the SJC routers (aka. *.sjc.shrubbery.net)
21customer-ops-foo:	"| /usr/local/rancid/share/rancid/rtrfilter -i '\.sjc\.' -s 'sjc router diffs' customer-ops"
22#
23customer-ops:	jimbob,
24		sally
25