New devices don't have graphs created

When new devices are added, i’m getting traffic mini graphs in the ports tab however no RRD’s created. Same goes for overall traffic, CPU and memory usage. Nothing is graphed :frowning:
I can’t really tell when the issue has started, might of been one of the updates.
Any ideas?

Validate your install (./validate.php)
And graphs won’t start till they have enough data, about 10-15 minutes.

It appears after each update i have to:

chown -R librenms:librenms /opt/librenms

any ideas why? :slight_smile:

Thank you

You are running something (daily.sh?) as root, you should run it as librenms.

Nope:
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1

Changes to file permissions can only be done by you if you run all crons as librenms user as it then has no access to change file permissions. At some stage I’d say you’ve run a command as root by accident.