Skip to content

Commit 93eb528

Browse files
authored
Update 02-fix-perms.sh for rrd folder
Since Librenms 23.10.0 each poller needs to create a folder in /rrd. See librenms/librenms#15457. Without this permission the eventlog creates message "Failed to create rrd directory: /opt/librenms/rrd/x.x.x.x/" with every device poll.
1 parent fd34218 commit 93eb528

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/etc/cont-init.d/02-fix-perms.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ chown librenms:librenms \
1010
/data \
1111
"${LIBRENMS_PATH}" \
1212
"${LIBRENMS_PATH}/.env" \
13-
"${LIBRENMS_PATH}/cache"
13+
"${LIBRENMS_PATH}/cache" \
14+
"${LIBRENMS_PATH}/rrd"
1415
chown -R librenms:librenms \
1516
/home/librenms \
1617
/tpls \

0 commit comments

Comments
 (0)