<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.1">
<TITLE>Re: [rancid] Email notification with RANCID</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>We took a completely different tact on notification. We backup over 1600<BR>
devices nightly, and only want notification if there is a problem, and in<BR>
some cases, only when there is a major problem.<BR>
<BR>
We use syslog with Splunk for a majority of our reporting. What I did was to<BR>
wrap 'rancid-run' in a shell script that will take the logs, massage them,<BR>
and send the results to syslog.<BR>
<BR>
We have created a number of Splunk reports, such as a report that tells us<BR>
if there are excessive errors, or if a backup has had successive failures.<BR>
<BR>
If anyone is interested, I have attached the script.<BR>
<BR>
Skye.<BR>
<BR>
<BR>
<BR>
On 1/16/12 5:58 PM, &quot;Michael Lee&quot; &lt;michael.lee@mincom.com&gt; wrote:<BR>
<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; Really appreciate your reply. Yeah, however I am trying to list out all the<BR>
&gt; devices and backup status in a list. By the way, do you know anyway to send<BR>
&gt; the configuration diff using html format in an EMAIL similar to what we see on<BR>
&gt; VIEWVC?<BR>
&gt;<BR>
&gt;<BR>
&gt; BR,<BR>
&gt; Michael<BR>
&gt; -----Original Message-----<BR>
&gt; From: shouldbe q931 [<A HREF="mailto:shouldbeq931@gmail.com">mailto:shouldbeq931@gmail.com</A>]<BR>
&gt; Sent: Tuesday, January 17, 2012 2:55 AM<BR>
&gt; To: Michael Lee<BR>
&gt; Cc: rancid-discuss@shrubbery.net<BR>
&gt; Subject: Re: [rancid] Email notification with RANCID<BR>
&gt;<BR>
&gt; On Mon, Jan 16, 2012 at 5:33 AM, Michael Lee &lt;michael.lee@mincom.com&gt; wrote:<BR>
&gt;&gt; Hi all,<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; I am new to RANCID, hopefully you guys can help. I have been trying to find<BR>
&gt;&gt; some way to make RANCID notify daily through mail which devices is backup<BR>
&gt;&gt; successful and which backup is not successful.<BR>
&gt;&gt;<BR>
&gt;&gt; Is there currently a way to do this. I notice the capability at the moment<BR>
&gt;&gt; only send notification on the changes of the configuration.<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; Many thanks in advance,<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; Br,<BR>
&gt;&gt;<BR>
&gt;&gt; Michael<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt; rancid will send a notification email if it has not been able to<BR>
&gt; contact a device for 24hours, the below is from control_rancid<BR>
&gt;<BR>
&gt; ------------------------------------------------------------------------------<BR>
&gt; -----------------<BR>
&gt; # If any machines have not been reached within the last $OLDTIME<BR>
&gt; # hours, mail out a list of them.<BR>
&gt; cd $DIR/configs<BR>
&gt; rm -f $DIR/routers.failed<BR>
&gt; if [ &quot;X$OLDTIME&quot; = &quot;X&quot; ] ; then<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; OLDTIME=24<BR>
&gt; fi<BR>
&gt; ------------------------------------------------------------------------------<BR>
&gt; -----------------<BR>
&gt;<BR>
&gt;<BR>
&gt; This transmission is for the intended addressee only and is confidential<BR>
&gt; information. If you have received this transmission in error, please notify<BR>
&gt; the sender and delete the transmission. The contents of this e-mail are the<BR>
&gt; opinion of the writer only and are not endorsed by the Mincom Group of<BR>
&gt; companies unless expressly stated otherwise.<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Rancid-discuss mailing list<BR>
&gt; Rancid-discuss@shrubbery.net<BR>
&gt; <A HREF="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>