summaryrefslogtreecommitdiffstats
path: root/util/rtrfilter.README
blob: 19b64c3305b59aeeb9f89474b0ab15fc08b92364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 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