In Zabbix 1.4.1, the order in which connectors are drawn is dependant on the order defined in the map. When several connectors are drawn between the same elements and one of them is "ON", there is no guarantee that the ON connector is visible above the other ones.
This patch fixes that problem (crudely).
Apply like this:
This patch fixes that problem (crudely).
Apply like this:
zabbix:/usr/src# cd zabbix
zabbix:/usr/src/zabbix# patch -p1 < ../connector_order.patch
zabbix:/usr/src/zabbix# patch -p1 < ../connector_order.patch