Arubaos-CX = aoscx mapping fails

I have been trying to override the model of an arubaos-cx to translate to oxidized as aoscx.

I tried mapping it in the oxidized config but it errors out every time when I put arubaos-cs = aoscx. I have also tried this in the librenms config.php file. Neither sends the correct model to oxidize so that it can be backed up.

I’m at a loss as to why this isn’t working.

I was able to fix this with the below mapping my libre config file.

$config[‘oxidized’][‘maps’][‘os’][‘os’][‘2’] = array(‘match’ => ‘arubaos-cx’, ‘os’ => ‘aoscx’);
Also make sure that the the aoscx.rb file is not blank. If it is download it from the github repository.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.