summaryrefslogtreecommitdiffstats
path: root/etc/rancid.conf.sample.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rancid.conf.sample.in')
-rw-r--r--etc/rancid.conf.sample.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rancid.conf.sample.in b/etc/rancid.conf.sample.in
index 8cc1b09..2a51249 100644
--- a/etc/rancid.conf.sample.in
+++ b/etc/rancid.conf.sample.in
@@ -37,6 +37,10 @@ LOGDIR=$BASEDIR/logs; export LOGDIR
# if NOCOMMSTR is set, snmp community strings will be stripped from the configs
#NOCOMMSTR=YES; export NOCOMMSTR
#
+# How many times failed collections are retried (for each run) before
+# giving up. Minimum: 1
+#MAX_ROUNDS=4; export MAX_ROUNDS
+#
# How many hours should pass before complaining about routers that
# can not be reached. The value should be greater than the number
# of hours between your rancid-run cron job.
@@ -65,3 +69,9 @@ OLDTIME=4; export OLDTIME
# included, as this is simply appended to the usual recipients. It is NOT
# appended to recipients specified in rancid-run's -m option.
#MAILDOMAIN="@example.com"; export MAILDOMAIN
+#
+# By default, rancid mail is marked with precedence "bulk". This may be
+# changed by setting the MAILHEADERS variable; for example no header by setting
+# it to "" or adding X- style headers. Individual headers must be separated
+# by a \n.
+#MAILHEADERS="Precedence: bulk"; export MAILHEADERS