Hi all,
Trying to do a new install of Oxidized in CentOS 7. First time I’ve used Oxidized however have some familiarity with RANCID, if that helps any
I had some troubles with the install, namely just net-telnet when doing the gems install, i forced net-telnet 0.1.0 to install. Otherwise, most of the install went as per the instructions on Github.
First run of Oxidized went fine and created the config file in /home/oxidized/.config/oxidized. I have edited that file, and crated a router.db file as well. Created a directory in /home/oxidized/ for device configs (using file method for output).
Now when I try to run oxidized, from the oxidized user it immediately crashes. Note that I can log into devices using the oxs script.
Tried a whole lot of various combinations, as it feels like I’ve stuffed up the config file. But, I can’t get any other error message to come up when i run oxidized that might point me towards the problem. Google hasn’t been much help in this situation either.
Here are some pastebins of the various bits and pieces;
Config file - https://pastebin.com/y9P77CWf
Debug output when running Oxy - https://pastebin.com/wdd50GmR
Contains the same output as in the crash file
Log file contains three lines;
I, [2018-10-09T14:34:02.130951 #948] INFO -- : Oxidized starting, running as pid 948
I, [2018-10-09T14:34:02.138061 #948] INFO -- : lib/oxidized/nodes.rb: Loading nodes
F, [2018-10-09T14:34:02.138255 #948] FATAL -- : Oxidized crashed, crashfile written in /home/oxidized/.config/oxidized/crash
And, router.db file contains just a single hostname (I assume I don’t need anything more as model, user, pass etc is defined globally)
router.domain.local
Thanks all…