Posts

Showing posts from July, 2021

Integrate Rancid on Librenms

  Rancid Librenms can generate a list of hosts that can be monitored by RANCID. We assume you have currently a running Rancid, and you just need to create and update the file 'router.db' https://docs.librenms.org/Extensions/Rancid/ https://shrubbery.net/rancid/ Ubuntu Rancid Install The options shown below also contains the default values. sudo apt-get install rancid subversion Edit Rancid config file to use subversion or git instead of default cvs, and adds a group:  sudo nano /etc/rancid/rancid.conf LIST_OF_GROUPS="librenms core " Now change these two lines: CVSROOT=$BASEDIR/CVS; export CVSROOT RCSSYS=cvs; export RCSSYS to: CVSROOT=$BASEDIR/SVN; export CVSROOT RCSSYS=svn; export RCSSYS NOTE - This only creates 1 group! You can of course make more when you get the hang of it, this is just a basic 'Need it to work" deal. Run this command to create the folder structure: sudo passwd rancid su - rancid /var/lib/rancid/