rhicks / bgp-dashboard

BGP Dashboard and Monitoring Web Application
356 stars 75 forks source link

Can't install #3

Open Gerlowski opened 4 years ago

Gerlowski commented 4 years ago

When i type command docker-compose build i got an error.

778-401-max

What should I do ?

darkorb commented 4 years ago

Hi @Gerlowski I've put a PR in to fix this up, if you want to in the interim you can also pull a working (for me) copy from my fork.

ivanninet commented 4 years ago

@darkorb Thanks I have manage to install and run bgp-dashboard from your fork. I need some help with configuration. I want to monitor bgp sessions from 2 or 3 Mikrotik routers. How to configure gobgp.conf ?

tldale commented 4 years ago

This didn't work as of 5/20/2020.

So i did a little googling. New to Docker as well so didn't help. I was able to get everything up and running without issue by doing the following using the original rhicks git:

Edit these files: flask/Dockerfile gobgp/Dockerfile

and add the following right above "RUN apt-get update"

RUN sed -i 's/security/old-releases/' /etc/apt/sources.list RUN sed -i 's/archive/old-releases/' /etc/apt/sources.list

After i did that i killed the running containers and pruned docker. Then proceed to the last instruction again to build and run the containers.

zerosays commented 4 years ago

Thanks @tldale that worked!!

NoifP commented 3 years ago

Hi @Gerlowski I've put a PR in to fix this up, if you want to in the interim you can also pull a working (for me) copy from my fork.

Thanks @darkorb - that works great!