oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Can't remove old devices from list since changing the group name

Open G0nz0uk opened this issue 3 years ago • 1 comments

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: image

What am I doing wrong?

G0nz0uk avatar Dec 11 '21 11:12 G0nz0uk

A restart of the oxidized service should resolve this error.

rwxd avatar Apr 02 '22 20:04 rwxd