mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Update 02-fix-perms.sh for rrd folder
Since Librenms 23.10.0 each poller needs to create a folder in /rrd. See https://github.com/librenms/librenms/pull/15457. Without this permission the eventlog creates message "Failed to create rrd directory: /opt/librenms/rrd/x.x.x.x/" with every device poll.
This commit is contained in:
parent
fd34218028
commit
93eb528cbb
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ chown librenms:librenms \
|
|||
/data \
|
||||
"${LIBRENMS_PATH}" \
|
||||
"${LIBRENMS_PATH}/.env" \
|
||||
"${LIBRENMS_PATH}/cache"
|
||||
"${LIBRENMS_PATH}/cache" \
|
||||
"${LIBRENMS_PATH}/rrd"
|
||||
chown -R librenms:librenms \
|
||||
/home/librenms \
|
||||
/tpls \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue