Hello All,
So I recently installed LibreNMS and I am really enjoying this so far. My hope was to install rancid and integrate into LibreNMS but for the life of me I can’t figure out why it’s not working. i tried to Google as much as I could before asking for help but I am literally coming back empty handed.
I have attempted to install Oxidized on several Centos7 Vm’s and have run into NOTHING but issues so I have scrapped that idea completely.
So Rancid IS working properly, It runs, spits out the configs in the config folder
Rancid logs show
Trying to get all of the configs.
All routers successfully completed.
When I view the config directory i see valid configs for the 3 devices I currently have…
[rancid@ushopcentos-vm1 configs]$ pwd
/usr/local/rancid/var/observium/configs
[rancid@ushopcentos-vm1 configs]$ ls
ushoprtr01 ushopswh01 ushopwlc01
And here is the config from my config.php for Librenms…
$config[‘rancid_configs’][] = “/usr/local/rancid/var/observium/configs/”;
$config[‘rancid_ignorecomments’] = 0;
$config[‘rancid_version’] = ‘3’;
I tried to use the “rancid version” line from observium’s rancid integration instructions … figured i’d give it a shot.
I still can’t see the “config” tab added anywhere. Librenms logs do not show any mention of rancid, I have tried to restart the httpd service.
I feel like I am either missing something or something just isnt set correctly. Just need some other tips to try if anyone else is aware.
Thanks!