Prototype-X / Zabbix-Network-Weathermap

Network weathermap for Zabbix
GNU General Public License v3.0
88 stars 38 forks source link

Multiple links between 2 nodes #23

Open beye91 opened 6 years ago

beye91 commented 6 years ago

Hi Prototype-X,

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

cacti

Prototype-X commented 6 years ago

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]
  4. Run script for rescan map weathermap.py -s mapname -f
  5. Open mapname.yaml file find link with option copy: true and change node x, y.
beye91 commented 6 years ago

Hi prototype, thanks for the hint.