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

Multiple links between 2 nodes #23

Open
beye91 opened this issue Jan 29, 2018 · 2 comments
Open

Multiple links between 2 nodes #23

beye91 opened this issue Jan 29, 2018 · 2 comments
Labels

Comments

@beye91
Copy link

beye91 commented Jan 29, 2018

Hi Prototype-X,

is it possible to add more then 1 link between 2 nodes like the weathermap in cacti.

cacti

@Prototype-X
Copy link
Owner

Yes, it is possible.

  1. Create map in Zabbix with two hosts and link
  2. Run scripts for create file with configuration
  3. Open mapname.yaml file find link, add option copy: true. Example:
  node1: node-nridx7c0
  node2: node-uwf443jw
  name1: net1
  name2: net2
  copy: true
  hostname: R10
  itemin: ifHCOutOctets[1/6]
  itemout: ifHCInOctets[1/6]
  1. Run script for rescan map weathermap.py -s mapname -f
  2. Open mapname.yaml file find link with option copy: true and change node x, y.

@beye91
Copy link
Author

beye91 commented Feb 8, 2018

Hi prototype,
thanks for the hint.

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

No branches or pull requests

2 participants