MIB association

Hi, I’ve wrong miktotik devices mib association, see attach

Is it right?
How can I eventually fix it?
Thanks

Did you enable mib based polling or something? Because mib based polling is no longer supported.

In my config.php
$config['poller_modules']['mib'] = true;

Yeah don’t do that it’s no longer supported.

Than, now

$config[‘poller_modules’][‘ospf’] = false;
$config[‘poller_modules’][‘mib’] = false;

so is that enough?

Keep that on