summaryrefslogtreecommitdiffstats
path: root/util/rtrfilter.README
blob: 51ca6e95cb6e3c612dc946739c6f06e32cb963d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rtrfilter can be user 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 a separate group(s).

/etc/aliases eg:

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