oxidized
oxidized copied to clipboard
Can't remove old devices from list since changing the group name
Hello,
I realised that Oxidized was to trying to back up many devices that were in LibreNMS that it shouldn't. I created a new group in LibreNMS that looks correct, but in the Oxidized portal the switches are still there that an not in the group anymore.
$config['oxidized']['maps']['group']['os'][] = array('match' => 'ios', 'group' => 'SwitchesBackup'); $config['oxidized']['maps']['group']['os'][] = array('match' => 'iosxe', 'group' => 'SwitchesBackup'); $config['oxidized']['group_support'] = true;
For example:
What am I doing wrong?
A restart of the oxidized service should resolve this error.