LibreNMS + RRDchaced + Weathermap issue reading rrd

LibreNMS + RRDchaced + Weathermap

Can any one point me in the right direction?

I’m not managing to get any throughput value on a LINK (arrrows) inside a weathermap but mouseover will show the graphs

This is the error I’m getting:

/opt/librenms/html/plugins/Weathermap $ php -f /opt/librenms//html/plugins/Weathermap/map-poller.php
ERROR: absolute path names not allowed when talking to a remote daemon
WARNING: configs//test.conf: RRD ReadData: At least one of your DS names (INOCTETS and OUTOCTETS) were not found, even though there was a valid data line. Maybe they are wrong? Valid DS names in this file are:  [WMRRD06]
WARNING: configs//test.conf: ReadData: LINK node00643-node00645, target: ./192.168.110.254/port-id124.rrd:INOCTETS:OUTOCTETS on config line 61 of configs//test.conf had no valid data, according to WeatherMapDataSource_rrd

Link value:

LINK node00643-node00645
        INFOURL /graphs/type=port_bits/id=124/
        OVERLIBGRAPH /graph.php?height=100&width=512&id=124&type=port_bits&legend=no
        TARGET ./192.168.110.254/port-id124.rrd:INOCTETS:OUTOCTETS
        NODES 2 node00645

directory configured:

/opt/librenms/html/plugins/Weathermap $ cat /opt/librenms/config.d/directories.php 
<?php
$config['install_dir'] = '/opt/librenms';
$config['log_dir'] = '/data/logs';
$config['rrd_dir'] = '/data/rrd';

head of rrd file:

/opt/librenms/html/plugins/Weathermap $ head /data/rrd/192.168.110.254/port-id124.rrd 
,INOCTETSDERIVEXèvHBOUTOCTETSDERIVEXèvHBINERRORSDERIVEXèvHBOUTERRORSDERIVEXèvHBINUCASTPKTSDERIVEXèvHBOUTUCASTPKTSDERIVEXèvHBINNUCASTPKTSDERIVEXèvHBOUTNUCASTPKTSDERIVEXèvHBINDISCARDSDERIVEXèvHBOUTDISCARDSDERIVEXèvHBINUNKNOWNPROTOSDERIVEXèvHBINBROADCASTPKTSDERIVEXèvHBOUTBROADCASTPKTSDERIVEXèvHBINMULTICASTPKTSDERIVEXèvHBOUTMULTICASTPKTSDERIVEXèvHBAVERAGEàà?AVERAGE à?AVERAGE à?AVERAGE  à?MINàà?MIN à?MIN à?MIN  à?MAXàà?MAX à?MAX à?MAX  à?LASTàà?¢ÃÖb155
/opt/librenms $ ./validate.php 
====================================
Component | Version
--------- | -------
LibreNMS  | 22.6.0
DB Schema | 2022_05_30_084932_update-app-status-length (242)
PHP       | 7.4.30
Python    | 3.9.7
MySQL     | 10.5.15-MariaDB-1:10.5.15+maria~focal
RRDTool   | 1.7.2
SNMP      | 5.9.1
====================================

[OK]    Installed from the official Docker image; no Composer required
[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]    rrdtool version ok
[OK]    Connected to rrdcached
[WARN]  Updates are managed through the official Docker image