Ad Widget

Collapse

How to Monitoring Dinamic MIBs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ro_yoshioka
    Member
    • May 2011
    • 33

    #1

    How to Monitoring Dinamic MIBs

    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.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    http://www.zabbix.com/documentation/...ynamic_indexes
    Zabbix 3.0 Network Monitoring book

    Comment

    Working...