I deleted and re-created a Juniper MX device in Libre as I notice a few interfaces were not graphing properly and had funky MTU’s. Other than that everything was working fine (I did reuse the same hostnames during recreation). After the recreation I have a bunch of errors on graph and or no graphs at all. The error is not wrong. The files do not exist in the mentioned directory. Just a ton of port files are in that directory.
librenms@librenms:~$ ./validate.php
| Component | Version |
|---|---|
| LibreNMS | 26.7.0-dev.65+4e0da9c71 (2026-06-29T18:11:12-05:00) |
| DB Schema | 2026_06_25_130733_change_sap_description_length_mpls_saps_table (391) |
| PHP | 8.4.21 |
| Python | 3.10.12 |
| Database | MariaDB 10.6.23-MariaDB-0ubuntu0.22.04.1 |
| RRDTool | 1.7.2 |
| SNMP | 5.9.1 |
| =========================================== |
[OK] Composer Version: 2.10.1
[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] Distributed Polling setting is enabled globally
[OK] Connected to rrdcached
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] Python wrapper cron entry is not present
[OK] Redis is functional
[OK] All 16955 RRD files have the correct step.
[OK] rrdtool version ok
[OK] Connected to rrdcached
librenms@librenms:~$
librenms@libre-poller:~$ ./validate.php -m dist-poller
| Component | Version |
|---|---|
| LibreNMS | 26.7.0-dev.65+4e0da9c71 (2026-06-29T18:11:12-05:00) |
| DB Schema | 2026_06_25_130733_change_sap_description_length_mpls_saps_table (391) |
| PHP | 8.4.21 |
| Python | 3.10.12 |
| Database | MariaDB 10.6.23-MariaDB-0ubuntu0.22.04.1 |
| RRDTool | 1.7.2 |
| SNMP | 5.9.1 |
| =========================================== |
[OK] Composer Version: 2.2.6
[OK] Dependencies up-to-date.
librenms@libre-poller:~$
This is a distributed poller setup.
Thank you in advance!


