I'm trying to retrieve SNMP traps for clariion boxes. Those boxes are each defined as one host, using 2 IP addresses (one for each storage processor).
Each of those storage processors send SNMP traps using their own IP.
However despite the fact that the host in zabbix is configured with 2 snmp interfaces, only snmp traps for the default snmp interface are recognized by zabbix. So we only receive traps from one storage processor.
I understand that each host-item is connected to one specific host-interface. So the items catching those traps, are associated with the default host snmp-interface (the first one)
Hence I try to Clone those items to assign them to the other host-interface to be able to also catch the traps sent by the other storage processor. But it seems that I can't since the item-key would then be duplicate.
Am I missing something or is it plain not possible to receive traps from two IP adresses from the same host?
Each of those storage processors send SNMP traps using their own IP.
However despite the fact that the host in zabbix is configured with 2 snmp interfaces, only snmp traps for the default snmp interface are recognized by zabbix. So we only receive traps from one storage processor.
I understand that each host-item is connected to one specific host-interface. So the items catching those traps, are associated with the default host snmp-interface (the first one)
Hence I try to Clone those items to assign them to the other host-interface to be able to also catch the traps sent by the other storage processor. But it seems that I can't since the item-key would then be duplicate.
Am I missing something or is it plain not possible to receive traps from two IP adresses from the same host?
Comment