Configurations from Oxidized not displayed

Hi @Tobias_Larsson we are experiencing this now, unsure if it related, but it seems that when the device attribute gets into the database with false the logic it is not working as it should

So if you delete the entries in the database the tab for config starts showing again in the devices.

DELETE FROM devices_attribs WHERE attrib_type=‘override_Oxidized_disable’ AND attrib_value=‘false’;

1 Like