Ad Widget

Collapse

Zabbix is adding one bracket during LLD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venerable
    Junior Member
    • Aug 2016
    • 2

    #1

    Zabbix is adding one bracket during LLD

    Hello,

    I'm using Zabbix 2.2.11 with Frontend 2.2.14 and MySQL 5.5.50 plus NET-SNMP 5.4.3.

    I have used the default SNMP Interface template to discover some interfaces.
    I add one host to the template.

    The interfaces were discovered and also the interface count was detected.
    However if Zabbix try to get some ifIn/OutOctets, ifAliases, ifDesc.. and so on
    it fails.

    After I checked the OIDs in the template and tested it with snmpwalk on the command-line, without any problems.

    I saw this error message at the discovered interfaces on the host
    „snmp_parse_oid(): cannot parse OID "IF-MIB::ifInOctets.1]"“.
    And there is a bracket at the end.
    I also looked at the "items" tabel in the Zabbix database, and there is also a bracket at the end in the column "snmp_oid".

    How can that be, and how can I solve it?

    Regards,
    venerable
  • venerable
    Junior Member
    • Aug 2016
    • 2

    #2
    Zabbix is adding one bracket during LLD [SOLVED]

    Hello everybody,

    after setting up a new Zabbix installation (in VM), I have found the issue.

    You can't use "extendedIndex" on snmp.conf. (I had set this for try.)

    I can't say why, but Zabbix seems to implement this in another way.
    On snmpwalk, -get,... there wasn't any problem with this option.


    Thanks to all who have tried to help me.

    Regards,
    Venerable

    Comment

    Working...