At my last job, we had a tool that recorded a diff for EVERY change made to a router.  The way this was done was a snmp config trap was sent to a trap handler which triggered the tool to log in and collect the config.<br><br>
I&#39;m relatively new to Rancid, and I&#39;ve got it installed and working, but its run on a cron job.<br><br>I&#39;m using Juniper routers, which I have the option of scp&#39;ing the config every time there is a change. <br>
<br>So, as far as i can tell, I have the option of using a trap handler, or something else that detects the newly copied (via SCP) file.<br><br>At first, I was interested in doing the SCP method, but I realize now that may be difficult.  If I set up a trap handler to run rancid when a config trap comes in, this should work.  Instead of running rancid on the many many hosts I have, I&#39;d prefer to run it just on one host.  Any idea how how I can run rancid on a single host?<br>