I have tested this a number of times on a number of ubuntu virtual machines on ESXi 6.7. We are having issues with what would initially look like the network interfaces not being discovered, however after diving in further, it would appear as though they are being discovered but not being added correctly to the database on the back end.
When I snmpwalk I can see all of the network interface card information, as well, I can see everything added to the inventory, however when I look at ports and port settings only the local loopback is present. I would really like to be able to poll all of the NICs in the Virtual Machine so as to properly alert.
[email protected]:~$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.69-3-gfafbf0a22 |
DB Schema | 2020_10_21_124101_allow_nullable_ospf_columns (188) |
PHP | 7.4.3 |
Python | 3.8.5 |
MySQL | 10.3.25-MariaDB-0ubuntu0.20.04.1 |
RRDTool | 1.7.2 |
SNMP | NET-SNMP 5.8 |
OpenSSL |
====================================
[OK] Composer Version: 2.0.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Tue, 03 Nov 2020 16:23:51 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
[email protected]:~$ ./daily.sh
Updating SQL-Schema OK
Cleaning up DB OK
[email protected]:~$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.69-3-gfafbf0a22 |
DB Schema | 2020_10_21_124101_allow_nullable_ospf_columns (188) |
PHP | 7.4.3 |
Python | 3.8.5 |
MySQL | 10.3.25-MariaDB-0ubuntu0.20.04.1 |
RRDTool | 1.7.2 |
SNMP | NET-SNMP 5.8 |
OpenSSL |
====================================
[OK] Composer Version: 2.0.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Tue, 03 Nov 2020 16:23:51 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
(I keep seeing this message about daily.sh not being ran, however I ran it just before running validate. I wonder if this is to do with system time not matching php time)
discovery:
https://p.libren.ms/view/26685655
poller:
https://p.libren.ms/view/20105b62
If there’s anything else that you need please let me know, I would really like to figure this out.