Issue with port graph

Hello,

I used lately librenms img on ubuntu 20.
Everythink work fine but when I click on port on the switch I got error.
http://192.168.0.10/http:/device/device=2/tab=port/port=8/
I got that link. When I deleted /http: from address I got working graph of port speed.
I don’t know what happend and what to do to fix this.

librenms@librenms:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK

librenms@librenms:~$ ./validate.php

Component Version
LibreNMS 21.8.0-54-g34de9dd77
DB Schema 2021_25_01_0129_isis_adjacencies_nullable (217)
PHP 7.4.3
Python 3.8.10
MySQL 10.3.31-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP NET-SNMP 5.8

====================================

[OK] Composer Version: 2.1.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct

set base_url to 192.168.0.10

Hello murrant,

In config.php? or which file?

Ok. For future, I fix the issue with changes in config.php.
original:
#$config[‘base_url’] = “/”;

fixed:
$config[‘base_url’] = “”;

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.