Error drawing graph_

Hi there,
after a fres installation of LibreNMS on Ubuntu 18.04 & Nginx I get no graphs (Error drawing graph).
Validation of LibreNMS looks good:
root@ubuntu:/opt/librenms# php validate.php

Component Version
LibreNMS 1.53.1-6-g161849219
DB Schema 2019_05_30_225937_device_groups_rewrite (135)
PHP 7.2.19-0ubuntu0.18.04.1
MySQL 10.1.40-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

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

[OK] Composer Version: 1.8.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[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
root@ubuntu:/opt/librenms#

Any suggestions

Validation doesn’t look good.Run what it tells you to fix.

And you should not be running any librenms command with a root account. Always su - librenms before doing anything.

Got it, It’s good now!
Thanks
:+1:

1 Like