Hello, community. I'm new to zabbix and I've got 2 features to be done, but I don't have a clue yet. Please be so kind to give a hint.
1. Is there a way to make links lines thicker on the map? Ideally about 8-10 px so they can be viewed by just a glance. Below is the image of default link and "ideal" for us (drawn as a line). If all links will be same as this - that's okay (i.e. if this is done somewhere in templates for all maps and links).

2. Links changing color due to bandwidth (i.e. <50% green, <60 purple, <70 orange and so on). . I've found that this is realized by adding a set of triggers for the item like a port of the switch. So I created a test trigger {Juniper 4550:net.if.in[ifHCInOctets.511].avg(15m)}>({$IF.UTIL.MAX:"ae0"}/100)*5) which as I presume equals to "more than 5% utilisation in last 15 minutes". Added a trigger to the map and the link changed color. BUT it also fired an alarm and raised a problem in zabbix. So the question is either how to create a trigger that won't raise an alarm or how should this colorization be realized?
Thanks in advance, Nikolay.
1. Is there a way to make links lines thicker on the map? Ideally about 8-10 px so they can be viewed by just a glance. Below is the image of default link and "ideal" for us (drawn as a line). If all links will be same as this - that's okay (i.e. if this is done somewhere in templates for all maps and links).
2. Links changing color due to bandwidth (i.e. <50% green, <60 purple, <70 orange and so on). . I've found that this is realized by adding a set of triggers for the item like a port of the switch. So I created a test trigger {Juniper 4550:net.if.in[ifHCInOctets.511].avg(15m)}>({$IF.UTIL.MAX:"ae0"}/100)*5) which as I presume equals to "more than 5% utilisation in last 15 minutes". Added a trigger to the map and the link changed color. BUT it also fired an alarm and raised a problem in zabbix. So the question is either how to create a trigger that won't raise an alarm or how should this colorization be realized?
Thanks in advance, Nikolay.
Comment