Ad Widget

Collapse

Zabbix 5 SNMP Discovery DELL IDRAC NIC Interfaces

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andvsilva
    Member
    • Aug 2020
    • 39

    #1

    Zabbix 5 SNMP Discovery DELL IDRAC NIC Interfaces

    Hello everyone,

    I have some troubles with monitoring my DELL IDRACs NIC Interfaces, I was monitoring in my Nagios (old plataform) using MIB, now I migrate to Zabbix but auto discovery from Zabbix Template doesn't get all my NICs, just get bond0 that I don't want to.

    For example:

    Code:
    operador@SERVER1 ~]$ snmpwalk -v 2c -c cmnvtname 10.10.1.10 IF-MIB::ifDescr IF-MIB::ifDescr.1 = STRING: lo IF-MIB::ifDescr.6 = STRING: bond0
    But if I call snmpwalk using my OID or MIB I get my NICs:

    Code:
    [operador@SERVER1 ~]$ snmpwalk -v 2c -c cmnvtname 10.10.1.10 1.3.6.1.4.1.674.10892.5.4.1100.90.1.30.1 SNMPv2-SMI::enterprises.674.10892.5.4.1100.90.1.30.1.1 = STRING: "NIC.Integrated.1-1-1" SNMPv2-SMI::enterprises.674.10892.5.4.1100.90.1.30.1.2 = STRING: "NIC.Integrated.1-2-1"
    I tried to change my SNMP OID to:

    Code:
    discovery[{#IFOPERSTATUS},1.3.6.1.4.1.674.10892.5.4.1100.90. 1.3.1,{#IFADMINSTATUS},1.3.6.1.4.1.674.10892.5.4.1 100.90.1.4.1,{#IFNAME},1.3.6.1.4.1.674.10892.5.4.1 100.90.1.30.1]
    Default value is:

    Code:
    discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATU S},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1 .1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR },1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1. 3
    Some one know how I can solve it? In discovery doesn't show any error, but item doesn't create at all.

    In Item Prototype I create item like:

    Name: Interface {#IFNAME}: Operational status
    Key: net.if.status[networkDeviceStatus.1.{#SNMPINDEX}]
    SNMP OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3.1.{#SNMPINDE X}
  • mfortes
    Senior Member
    • Oct 2019
    • 416

    #2
    I use this template... NIC's LLD works very well 4 me...
    Attached Files


    Michael R. Fortes

    Linkedin: Mike Fortes
    Medium: mromeiro-f

    Comment

    • andvsilva
      Member
      • Aug 2020
      • 39

      #3
      Originally posted by mfortes
      I use this template... NIC's LLD works very well 4 me...
      mfortes.

      Thanks a lot man, you save me. This LLD works well.

      Discovery my 4 NICs,

      Really thanks I saw discovery it is very too simple if compare what I'm trying to do.

      Comment

      Working...