Zabbix-Network-Weathermap
Zabbix-Network-Weathermap copied to clipboard
Multiple links between 2 nodes
trafficstars
Hi Prototype-X,
is it possible to add more then 1 link between 2 nodes like the weathermap in cacti.
Yes, it is possible.
- Create map in Zabbix with two hosts and link
- Run scripts for create file with configuration
- 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]
- Run script for rescan map
weathermap.py -s mapname -f - Open mapname.yaml file find link with option
copy: trueand change node x, y.
Hi prototype, thanks for the hint.