I am new to Zabbix and am learning lots. I am looking to utilize the map/screen and slideshow features to monitor my sites and the links between them. Unfortunately, I am having some trouble making two specific things work that I'm not sure if Zabbix can do.....yet 
1. Is it possible to have a link status indicator on a map link to more than one trigger, or to correlate it to a trigger's dependencies to give more than two possible values (true or false)? I have created bandwidth triggers for various utilization rates on links and I would like the link to change its color accordingly (green/line for 0-50% utilized, yellow/bold for 50%-75% and red/bold for >75%). Unfortunately, I can only seem to link it to one of these, which will only give me one limit to trigger on and in only one direction (in or out). This leads me to my second question.
2. Is there a way to take two items (bandwidth in and out) and add them together for total bandwidth that can be used as a trigger with the above variable rates? I read some previous posts saying it wasn't possible to do yet and some that said to use the userparameter, but I'm not familar with that and it didn't sound like a recommended method, but more like a hack.
I am using SNMP for gathering the ifInOctets and ifOutOctets values from my routers and am currently using the change function in my trigger expressions to look at the current and previous value and subtract them and compare it to my calculated percentage limits "{Template_Routers:net.if.in[if <,mode>].change(0)}>579000".
Any help would be greatly appreciated!

1. Is it possible to have a link status indicator on a map link to more than one trigger, or to correlate it to a trigger's dependencies to give more than two possible values (true or false)? I have created bandwidth triggers for various utilization rates on links and I would like the link to change its color accordingly (green/line for 0-50% utilized, yellow/bold for 50%-75% and red/bold for >75%). Unfortunately, I can only seem to link it to one of these, which will only give me one limit to trigger on and in only one direction (in or out). This leads me to my second question.
2. Is there a way to take two items (bandwidth in and out) and add them together for total bandwidth that can be used as a trigger with the above variable rates? I read some previous posts saying it wasn't possible to do yet and some that said to use the userparameter, but I'm not familar with that and it didn't sound like a recommended method, but more like a hack.
I am using SNMP for gathering the ifInOctets and ifOutOctets values from my routers and am currently using the change function in my trigger expressions to look at the current and previous value and subtract them and compare it to my calculated percentage limits "{Template_Routers:net.if.in[if <,mode>].change(0)}>579000".
Any help would be greatly appreciated!
Comment