On zabbix 1.9.8 i cannot add a trigger on a link between 2 devices.
Say you have 2 switches and a cable that connect port 0/0 of both of them. I configured snmp monitoring for both devices. Now on the map i made a link and was attepting to put some snmp triggers from one of the switch to the link. It seems that i cannot save the map because because the trigger is alseady assigned to the host. I cannot add the same trigger also to the link?
What i wanted to accomplish is to make the link red when the port on the switch that connect to the other one loose change status ( basically if there is no link signal). I know that the host aseady allert me the trigger, but i was mapping a net and would be great to know what "cabling" connection impact the alert.
The error i get is:
error: Error in query [INSERT INTO sysmaps_link_triggers (triggerid,linktriggerid,drawtype,color,linkid) VALUES ('15250',28,'0','DD0000','1')] [Duplicate entry '1-15250' for key 'sysmaps_link_triggers_1']
error: SQL statement execution has failed "INSERT INTO sysmaps_link_triggers (triggerid,linktriggerid,drawtype,color,linkid) VALUES ('15250',28,'0','DD0000','1')"
Its normal? How ( if possible) can i solve this ?
Thanks in advance.
Say you have 2 switches and a cable that connect port 0/0 of both of them. I configured snmp monitoring for both devices. Now on the map i made a link and was attepting to put some snmp triggers from one of the switch to the link. It seems that i cannot save the map because because the trigger is alseady assigned to the host. I cannot add the same trigger also to the link?
What i wanted to accomplish is to make the link red when the port on the switch that connect to the other one loose change status ( basically if there is no link signal). I know that the host aseady allert me the trigger, but i was mapping a net and would be great to know what "cabling" connection impact the alert.
The error i get is:
error: Error in query [INSERT INTO sysmaps_link_triggers (triggerid,linktriggerid,drawtype,color,linkid) VALUES ('15250',28,'0','DD0000','1')] [Duplicate entry '1-15250' for key 'sysmaps_link_triggers_1']
error: SQL statement execution has failed "INSERT INTO sysmaps_link_triggers (triggerid,linktriggerid,drawtype,color,linkid) VALUES ('15250',28,'0','DD0000','1')"
Its normal? How ( if possible) can i solve this ?
Thanks in advance.
Comment