Poller modules marked as false but still polling

Hi everyone,

I have disabled a poller module in config.php, but apparently they are still being polled.
config file:

$config['poller_modules']['cisco-cef']          = 0;

Poller performance graph:

What am I missing?

Cheers,
Marcelo

In the web ui look under global config

Hi Kevin,

It shows as disabled:

in GUI it is disabled, because of overwriting it via entry in config.php

Yeah, it makes sense, but the problem is that it was being polled.
I have removed all entries from the config file and done the necessary adjustments in the GUI. Tomorrow morning I will check how it looks.
Thanks for the support.