Synology SNMP Network Monitoring with LibreNMS Docker

Hi!

Thanks! I got it working… FYI, I also had to change these steps:

APPKEY COMMAND
Not sure if needed, but I edited the command to use that specific version, like this:

docker run --rm jarischaefer/docker-librenms:23.5.0 generate_key

ADMIN USER COMMAND
This command:

docker exec librenms create_admin

Returns this error:

Could not open input file: /opt/librenms/adduser.php

But I used this method instead: in the Synology Container manager, I opened a terminal window and issued this command:

sudo -u librenms lnms user:add -p [password] -r admin [username]

This worked, and I can now login… I have absolutely no idea what to do next hahaha, but I’m sure I’ll figure out how LibreNMS works :wink:

1 Like