Zabbix-Network-Weathermap icon indicating copy to clipboard operation
Zabbix-Network-Weathermap copied to clipboard

Multiple links between 2 nodes

Open beye91 opened this issue 7 years ago • 2 comments
trafficstars

Hi Prototype-X,

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

cacti

beye91 avatar Jan 29 '18 14:01 beye91

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.

Prototype-X avatar Jan 29 '18 15:01 Prototype-X

Hi prototype, thanks for the hint.

beye91 avatar Feb 08 '18 09:02 beye91