Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate color indication for 1GB and 100MB links #42

Open
vyankatesh22 opened this issue Oct 12, 2018 · 2 comments
Open

Separate color indication for 1GB and 100MB links #42

vyankatesh22 opened this issue Oct 12, 2018 · 2 comments

Comments

@vyankatesh22
Copy link

Hi,

We have multiple links some links are 1gbps and some links are 100mbps. I have specified link: # default settings link
bandwidth: 1000 # in Mbits/s
Now all links above 100mbps and 1gbps are showing in same color.
How could i separate color indication for links above 100mbps and 1gbps traffic speed?

/Venky

@Prototype-X
Copy link
Owner

Prototype-X commented Oct 12, 2018

Hi,

The colors for all links are the same, but you can specify the bandwidth for each link.

link:                   # default settings link
  bandwidth: 1000        # in Mbits/s
  width: 10             # width arrow in pixels
link-2:
  node1: node-Router2
  node2: node-Switch2
  name1: ''
  name2: ''
  bandwidth: 100        # Override default settings in link
  hostname: Router2
  itemin: ifHCInOctets[ge-0/0/1]
  itemout: ifHCOutOctets[ge-0/0/1]

@vyankatesh22
Copy link
Author

Hi,

The colors for all links are the same, but you can specify the bandwidth for each link.

link:                   # default settings link
  bandwidth: 1000        # in Mbits/s
  width: 10             # width arrow in pixels
link-2:
  node1: node-Router2
  node2: node-Switch2
  name1: ''
  name2: ''
  bandwidth: 100        # Override default settings in link
  hostname: Router2
  itemin: ifHCInOctets[ge-0/0/1]
  itemout: ifHCOutOctets[ge-0/0/1]

Thank you for the answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants