When I navigate to Devices > All Devices (or) Device Groups > Network (or) Servers, the page comes up blank except for the “No results found!” message. It started with just Network group devices, but started happening with Server group and now with the Global Settings page.
Holding Ctrl and hitting F5 a bunch eventually makes the page spit out actual content, but can take up to 20 or so refreshes.
All devices were and are still accessible via Availability Map or the search box in the upper right.
Earlier this month, I started seeing these errors regarding alerts in the Recent Events area:
Could not issue recovery for rule 'ICMP Response Failure: Server' to transport 'mail' Error: Transport delivery failed with 0 for Server Down: No ICMP Response: Message body empty
And
#0 /opt/librenms/LibreNMS/Alert/RunAlerts.php(623): LibreNMS\Alert\Transport\Mail->deliverAlert()
#1 /opt/librenms/LibreNMS/Alert/RunAlerts.php(265): LibreNMS\Alert\RunAlerts->extTransports()
#2 /opt/librenms/LibreNMS/Alert/RunAlerts.php(574): LibreNMS\Alert\RunAlerts->issueAlert()
#3 /opt/librenms/alerts.php(61): LibreNMS\Alert\RunAlerts->runAlerts() #4 {main}
Transport delivery failed with 0 for Server Down: No ICMP Response: Message body empty
“Server Down: No ICMP Response” is the title of this particular alert transport.
The Workstation group is a single VM that I use to test alerts, so I started moving that from group to group, bringing it down and back up, to see what happened. Alerts went out fine when this test VM was in Workstation group, but the above errors appeared when it was placed in the Server or Network groups, and I think I see a correlation, though I don’t know exactly what it implies.
Going to Devices > whichever > Workstation will, every time, reliably, list the one single member device of that group; with that, I realize that this blank listing error began when we started having more than…fifty? or so? devices in a group.
The errors above state ‘Message body empty’, which I think may be caused by the same issue that causes the device list pages to show blank: initially, the alert rules matched on the group, e.g. Servers; I changed that to include devices.type=Server rather than matching a group, and the alert failed with the same error.
I think this behavior echoes the failure of the device listing page to display correct content, but I can’t find any reference to anyone else having this issue to confirm.
Also just right now: “No results found!” in the Eventlog widget on my dashboard.
Git says there’s no issues.
Valdate.php currently and always has shown all good:
===========================================
Component | Version
--------- | -------
LibreNMS | 25.3.0-76-gb94876a39 (2025-03-31T18:55:29-04:00)
DB Schema | 2025_03_19_205700_fix_ospfv3_ports_table (331)
PHP | 8.3.6
Python | 3.12.3
Database | MariaDB 10.11.11-MariaDB-0ubuntu0.24.04.2
RRDTool | 1.7.2
SNMP | 5.9.4.pre2
===========================================
[OK] Composer Version: 2.8.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database connection successful
[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
Anyone have any insight on this?