jarischaefer / docker-librenms

Docker image for LibreNMS
MIT License
115 stars 37 forks source link

Graph not being drawn ? #144

Closed jslegers73 closed 1 year ago

jslegers73 commented 1 year ago

Hello,

I have setup LibreNMS via a docker compose file. It all works fine see below for my compose part

librenms: image: jarischaefer/docker-librenms:latest-arm32v7 container_name: LibreNMS hostname: librenms ports:

If I goto 192.168.1.253:8668 and set graphs in the dashboards they all work. But if I want to use DNS for example nms.johnhome.net the graphs do not get drawn. Is this a know issue or how can I fix this. I have tried to changes the BASE_URL but that didn't work.

What am I doing wrong.

jslegers73 commented 1 year ago

I found that it had to do with the BASE_URL. So it is no error. Closing this ticket.