Some generic hints for librenms issues on Centos, August 2018

I did that along with this:

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/

The 3 lines above (really the last 2) fixed my issues from the web UI not working after login.
CentOS 7 + PHP 7.0

2 Likes