Broken GUI on CentOS install

New CentOS 7 install with nginx:

I am able to get to the web UI and login, but it is only displayed in a listed format:

image

./validate.php seems to be ok, besides the fact that I didn’t add a device yet.

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

Component Version
LibreNMS 1.41-37-gb01ccd7
DB Schema 254
PHP 7.2.6
MySQL 5.5.56-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2
====================================

[OK] Composer Version: 1.6.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] You have not added any devices yet.
[FIX] You can add a device in the webui or with ./addhost.php

try running the ./daily.sh as user librenms

Also try $config['php_memory_limit'] = 1024; in your config.php

and double check base_url is correct.

btw unrelated but if you ever want rrdcached, then you will need rrdtool version 1.5.5 minimum

Also, check that your server_name is set correctly in nginx config. If you don’t have one, specify an IP address instead.

Hi, I already ran ./daily.sh and that did not help

I was able to resolve the issue by adding a DNS record in our local nameserver. Not 100% sure, but it looks like there was some association with the domain name as opposed to the IP. I did not change anything other than adding the DNS record and it came up.

Thanks all