Missing Overall Traffic and Processors on the main page of a device

When asking for help and support, please provide as much information as possible. This should include:

  • Steps to reproduce an issue.
  • The output of ./validate.php

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

Component Version
LibreNMS 1.40
DB Schema 251
PHP 7.0.30-1+ubuntu18.04.1+deb.sury.org+1
MySQL 10.1.29-MariaDB-6
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

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

If it’s an issue with the WebUI then please consider including the browser version you are using.

If you need to post any text longer than a few lines, please use a pastebin service such as https://p.libren.ms using non-expiring pastes.

Hi Librenms

I am missing Overall Traffic and Processors graph on the main page, it have been gone after i moved from on librenms server to new one, but have i have graphs if i go to ports and processors

Sounds like permissions issues with RRD’s check your permissions.

chown -R librenms:librenms /opt/librenms
setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/

Perfect it is working now :slight_smile: thanks for your help :slight_smile:

1 Like