How to check why mib based polling does not working?

====================================

Component Version
LibreNMS 1.32-4-ga1d7826
DB Schema 209
PHP 7.0.23
MySQL 5.5.52-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Tue, 03 Oct 2017 20:38:40 +0000

Data from the latest poll is saved in the table device_oids, and RRD files are saved in the relevant device directory as mibName-oidName-index.rrd
SELECT * FROM device_oids return zero rows.
How can i check it?
Have added to global config $config[‘poller_modules’][‘mib’] = 1; and module for device also activated
but there is no any records at device_oids

mib based polling is highly experimental.

From docs on mib based polling, you can run discovery on that device to see if it supports mib based polling again this highly experimental and not really supported.

https://docs.librenms.org/#Extensions/MIB-based-polling/#polling

1 Like

Hi Kevin thanks for your reply. I am understand that. So more involved people - more pulls to github! is not it?

Mib polling is done from polling so run ./poller.php -H HOSTNAME -r -d -f -m mib

1 Like

just wanna say thanks to devs! looks like more pretty than zabbix! Great stuff, will share some pics soon

1 Like