I want to have different line connectors colors per Bandwidth utilization for a certain map in PRTG.

Example: 0 GBit/s - gray line 1-3 GBit/s - Green 3-5 Gbit/s - pink and so on..

Is this possible? thanks.

when I say connection line, this is the line when you connect 2 map objects.


Article Comments

Sorry, the colors can't be customized depending on their speed.


Oct, 2016 - Permalink

One thing you can do is use a custom HTML element and add a table to it with just one of the borders showing. It's not as easy as drawing a line but it works:

<table style="border-top: 2px solid orange;width: 100%;"><tbody><tr><td></td></tr></tbody></table>
<table style="border-left: 2px solid orange;height: 100%;"><tbody><tr><td></td></tr></tbody></table>

etc, etc.


Jun, 2017 - Permalink