Changes between Version 8 and Version 9 of NSM2021/Agenda/Librenms
- Timestamp:
- May 9, 2021, 5:51:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/Librenms
v8 v9 34 34 35 35 36 Setting Permission for LibreNMS 37 38 `chown -R librenms:librenms /opt/librenms` 39 40 `chmod 771 /opt/librenms` 41 42 `setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/` 43 44 `setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/` 36 45 37 46 47 48 49