Hello.
Since last daily update, every host on my LibreNMS has this error (if I click Capture/Discovery/Run), if I just go to Devices/Manage Groups/Rediscover all devices of device group, it seems there are no errors:
Error discovering discovery-protocols module. Check log file for more details., which results in all LLDP hosts disappearing.
My daily.sh is the following:
===========================================
Component Version LibreNMS 25.4.0-62-g509d83e46 (2025-05-01T00:15:10+01:00) DB Schema 2025_04_15_122034_laravel_11_fix_types (332) PHP 8.3.20 Python 3.10.12 Database MariaDB 10.6.21-MariaDB-0ubuntu0.22.04.2 RRDTool 1.7.2 SNMP 5.9.1 =========================================== [OK] Composer Version: 2.8.8
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok
After checking librenms.log, the error is the following:
[2025-05-01T02:17:04][ERROR] Error discovering discovery-protocols module for 172.25.0.216. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:19:25][ERROR] Error discovering discovery-protocols module for 172.25.0.216. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:21:13][ERROR] Error discovering discovery-protocols module for 172.25.0.210. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:22:35][ERROR] Error discovering discovery-protocols module for 172.25.0.216. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:24:16][ERROR] Error discovering discovery-protocols module for 172.25.0.210. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:24:59][ERROR] Error discovering discovery-protocols module for 172.25.0.231. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:28:54][ERROR] Error discovering discovery-protocols module for 172.25.4.226. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
[2025-05-01T02:38:39][ERROR] Error discovering discovery-protocols module for 172.25.0.141. ErrorException: Undefined array key “lldpRemManAddr” in /opt/librenms/includes/discovery/discovery-protocols.inc.php:376
Is anyone experiencing the same issue?