bgp-dashboard icon indicating copy to clipboard operation
bgp-dashboard copied to clipboard

Can't install

Open Gerlowski opened this issue 6 years ago • 5 comments
trafficstars

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

778-401-max

What should I do ?

Gerlowski avatar Sep 24 '19 12:09 Gerlowski

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.

darkorb avatar Sep 28 '19 06:09 darkorb

@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 ?

ivanninet avatar Oct 30 '19 16:10 ivanninet

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.

tldale avatar May 25 '20 19:05 tldale

Thanks @tldale that worked!!

zerosays avatar Jun 01 '20 09:06 zerosays

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!

NoifP avatar Oct 14 '20 02:10 NoifP