Ad Widget

Collapse

Interface discovery creating graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • midnight_man
    Junior Member
    • Mar 2016
    • 11

    #1

    Interface discovery creating graphs

    Hi,

    I have mikrotik template for zabbix which is automatically creating graphs for all interfaces of routerboard.

    But I have little problem...I dont want to create RSSI, signal strenght for ethernet interfaces.

    How I can set this thing?

    Because now every items and graphs are created for every interface inside board. Zabbix cannot recognize if interface is ethernet or 80211.

    But:

    There is snmp oid for every interface, result of this oid is integer and there are 3 possible outs:

    ethernetcsmacd (6)
    ieee80211 (71)
    bridge (209)

    How I can tell zabbix that RSSI, signal and other wireless thing....I want it only for ieee80211 (71) interfaces?

    Thanks!
  • A.Zabihi
    Junior Member
    • Aug 2016
    • 14

    #2
    Originally posted by midnight_man
    Hi,

    I have mikrotik template for zabbix which is automatically creating graphs for all interfaces of routerboard.

    But I have little problem...I dont want to create RSSI, signal strenght for ethernet interfaces.

    How I can set this thing?

    Because now every items and graphs are created for every interface inside board. Zabbix cannot recognize if interface is ethernet or 80211.

    But:

    There is snmp oid for every interface, result of this oid is integer and there are 3 possible outs:

    ethernetcsmacd (6)
    ieee80211 (71)
    bridge (209)

    How I can tell zabbix that RSSI, signal and other wireless thing....I want it only for ieee80211 (71) interfaces?

    Thanks!
    hi dear,
    you must create Value mapping in zabbix administration->general and then select value mapping and create your own value mapping and in the item prototype in your template choose your value map in item creation level.

    thanks

    Comment

    • midnight_man
      Junior Member
      • Mar 2016
      • 11

      #3
      Hi,

      thanks for info...but I not understand principe of your solution..can you explain it more detailed?

      thanks

      Comment

      • A.Zabihi
        Junior Member
        • Aug 2016
        • 14

        #4
        Originally posted by midnight_man
        Hi,

        thanks for info...but I not understand principe of your solution..can you explain it more detailed?

        thanks
        please give me more information, i think you need use better snmp discovery rule, but my information for creating this discovery rule for you is very little.

        Comment

        Working...