summaryrefslogtreecommitdiffstats
path: root/util/rtrfilter.README
diff options
context:
space:
mode:
Diffstat (limited to 'util/rtrfilter.README')
-rw-r--r--util/rtrfilter.README14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/rtrfilter.README b/util/rtrfilter.README
new file mode 100644
index 0000000..51ca6e9
--- /dev/null
+++ b/util/rtrfilter.README
@@ -0,0 +1,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