No webinterface after installing on OCI (arm64)

First of all, I’m trying to run LibreNMS on Docker on an OCI ARM64.

So I got everything set-up and connected to a MySQL DB, but I don’t get any webinterface.
Here is the validate.php file


/opt/librenms $ php validate.php 
===========================================
Component | Version
--------- | -------
LibreNMS  | 23.2.0 (2023-03-24T11:49:13+00:00)
DB Schema | 2021_02_09_122930_migrate_to_utf8mb4 (248)
PHP       | 8.1.17
Python    | 3.10.10
Database  | MySQL 8.0.33
RRDTool   | 1.7.2
SNMP      | 5.9.3
===========================================

[OK]    Installed from the official Docker image; no Composer required
[WARN]  You have no devices.
        [FIX]: 
        Consider adding a device such as localhost: /addhost
[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
[FAIL]  No active polling method detected
[OK]    Dispatcher Service not detected
[OK]    Locks are functional
[FAIL]  No python wrapper pollers found
[OK]    Redis is unavailable
[WARN]  IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[OK]    rrd_dir is writable
[OK]    rrdtool version ok

I also get refused messages when trying to telnet the webpage.

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