Hello Everyone,
Today I finally upgraded my server in order to meet the php requirements to stay on the daily release.
I was running Ubuntu 20.04 and PHP8.1, I chose to upgrade to 22.04. This process went well and librenms continued work after with just having to reinstall the python modules.
I then upgraded to 24.04 which also went well but at the end it was a little more of a fight as php was upgraded to 8.3. I’ve got everything running now and the poller seems to be running as expected however after the switch to 24.04/php8.3 I am not seeing any new data in any graph including the poller performance graphs. I am using rrd files and no rrdcache, all historical data is visible. I do not know where to start looking to resolve this issue. I’ve attached a snapshot of the poller graphs and the first gap is from the 20->22 upgrade with the gap at the end being after the upgrade from 22-24.
I will gladly post logs and information, I just don’t know where to look on this one. Here are the results of ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS | 25.2.0-11-g2cb8d9f04 (2025-02-24T14:25:44-07:00)
DB Schema | 2025_01_30_000121_add_ifindex_index_to_ports_table (315)
PHP | 8.3.6
Python | 3.12.3
Database | MariaDB 10.11.8-MariaDB-0ubuntu0.24.04.1
RRDTool | 1.7.2
SNMP | 5.9.4.pre2
===========================================
[OK] Composer Version: 2.8.5
[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 is enabled
[OK] Locks are functional
[OK] Python wrapper cron entry is not present
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok
Thanks,
Patrick