If I list the Ports or Health menu, everything is there, and from there I can reach the devices details pages.
./daily.php ran with no problem, also I restarted the server multiple times, just in case.
I already use groups, but I created a test one based on your manual. The result is the same under every groups; Loading…
Of course if I load here the Graphs, I have graphs.
Also for example under Health, the webGUI very responsive and fast, so I do not think it is a performance issue.
I just did it.
I installed a Debian server from scratch, just as before when LibreNMS was worked. I installed the LibreNMS as earlier, but I also followed the installation document, and add 1 device only with IP.
I’m behind a Proxy, and I saw some errors, but I do not think this cause this:
./scripts/composer_wrapper.php install --no-dev
Error: Failed to download installer signature from https://composer.github.io/installer.sig
Do not run Composer as root/super user! See How do I install untrusted packages safely? Is it safe to run Composer as superuser or root? - Composer for details
LibreNMS\ComposerHelper::preInstall
Loading composer repositories with package information
Installing dependencies from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Package operations: 0 installs, 0 updates, 50 removals
./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.48.1-85-gee7605742
DB Schema | 2019_02_10_220000_add_dates_to_fdb (132)
PHP | 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
MySQL | 10.1.37-MariaDB-0+deb9u1
RRDTool | 1.6.0
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.8.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Some devices have not been polled in the last 5 minutes. You may have performance issues.
[FIX]:
Check your poll log and see: Performance - LibreNMS Docs
Devices:
172.20.47.36
[FAIL] /var/run/rrdcached.sock doesn’t appear to exist, rrdcached test failed
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore
Like I said, the server behind proxy, so this is not easy to resolve, although with wget I can download this file. And I’m not sure, if this cause the problem.
[FAIL] /var/run/rrdcached.sock doesn’t appear to exist, rrdcached test failed
This is a test, clean server. The LibreNMS in production (where I have the same issue) has no RRDCache problem, just the “signature file” ones.
In config.php I used this option: $config['base_url'] = "/librenms/";
This worked until version 1.40, I think. And maybe then a bug fixed?!
So now there is no isse, if I comment this line out, or use it this way, which was the correct one at the first place probably: #$config['base_url'] = "http://X.X.X.X/librenms/";