Hi, In my estruture, I have to collect data from Nanostations manufactured by Ubiquiti, but in each firmware upgrade, the positions of MIB items changes, as I past behind.. does anyone know how to make zabbix collect data from the correct MIB, maybe an script....
DEVICE 1
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: gre0
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: eth1
IF-MIB::ifDescr.5 = STRING: br0
IF-MIB::ifDescr.6 = STRING: wifi0
IF-MIB::ifDescr.7 = STRING: ath0
DEVICE 2
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: gre0
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: eth1
IF-MIB::ifDescr.5 = STRING: wifi0
IF-MIB::ifDescr.6 = STRING: ath0
IF-MIB::ifDescr.7 = STRING: br0
It's just 2 examples. In others I have another sequences, and when I upgrade the firmware, it changes again.
Thanks.
DEVICE 1
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: gre0
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: eth1
IF-MIB::ifDescr.5 = STRING: br0
IF-MIB::ifDescr.6 = STRING: wifi0
IF-MIB::ifDescr.7 = STRING: ath0
DEVICE 2
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: gre0
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: eth1
IF-MIB::ifDescr.5 = STRING: wifi0
IF-MIB::ifDescr.6 = STRING: ath0
IF-MIB::ifDescr.7 = STRING: br0
It's just 2 examples. In others I have another sequences, and when I upgrade the firmware, it changes again.
Thanks.
Comment