den-it / ntmap

Network topology map using Netbox as a data source
MIT License
146 stars 14 forks source link

Displaying connections with < 1 Gbps #8

Closed KaeGuD closed 3 years ago

KaeGuD commented 3 years ago

I'm currently visualizing our IT network wit ntmap and netbox as data source. SInce we have still some older devices we want to exchange, we first want to get an overview. One of our switches only supports up to 100 Mbps and as you can see in the picture, it wont display the connections with 100 Mbps. Only when there are multiple connection between to devices, it will display the enumeration of all these connections with a black dot. How can I enable ntmap to display also connections lower than 1 Gbps?

image

den-it commented 3 years ago

Your issue is fixed in release 0.7.1.

P.S. You can always add your own icons as 32x32 SVG images in www/img directory and you can change styles for your links in www/css/style.css file.

KaeGuD commented 3 years ago

Thank a lot for providing the update! I just installed it and it seem to work properply. I will check it in the next days and give you a better feedback.