And I supose there is a bug in the code of the file
librenms/app/ApiClientsRipeApi.php
the request URL should no longer contain "?query=..." but "?resource="
Here is the diff when I made a conclusive test : diff RipeApi.php RipeApi.php.sav
'resource' => $resource
'query' => [ 'resource' => $resource, ],
Thanks
Output of ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS | 22.10.0-92-gb807fd526 (2022-11-07T21:28:16+01:00)
DB Schema | 2022_08_15_084507_add_rrd_type_to_wireless_sensors_table (248)
PHP | 8.1.12
Python | 3.8.10
Database | MariaDB 10.3.34-MariaDB-0ubuntu0.20.04.1
RRDTool | 1.7.2
SNMP | 5.8
===========================================
[OK] Composer Version: 2.4.4
[OK] Dependencies up-to-date.
[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]
[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
The problem
Hello, I have opened my original application here https://community.librenms.org/t/configure-ripe-ncc-api-tools/20100
And I supose there is a bug in the code of the file librenms/app/ApiClientsRipeApi.php the request URL should no longer contain "?query=..." but "?resource="
Here is the diff when I made a conclusive test :
diff RipeApi.php RipeApi.php.sav
'resource' => $resource
'query' => [ 'resource' => $resource, ],
Thanks
Output of ./validate.php
What was the last working version of LibreNMS?
22.10.0-92
Anything in the logs that might be useful for us?
No response