Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-2188

Template SNMP Interfaces should use 64-bit values instead of 32-bit values if available

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.4.0
    • None
    • Templates (T)
    • Linux

      The Template SNMP Interfaces includes Item prototypes as part of its discovery rules.

      Two of these are:

      Incoming traffic on interface

      {#SNMPVALUE} - ifInOctets[{#SNMPVALUE}

      ]
      Outgoing traffic on interface

      {#SNMPVALUE} - ifOutOctets[{#SNMPVALUE}

      ]

      These are both 32-bit values, which default to being polled no less than 60 seconds apart. This breaks stats on interfaces > 650Mbps, which is very common in today's GigE, 10GE, 40GE+ environments.

      These should probably be updated to use ifInOctets[

      {#SNMPVALUE}] / ifOutOctets[{#SNMPVALUE}

      ] if they are available. These are the 64-bit versions.

            Unassigned Unassigned
            dustin.marquess Dustin Marquess
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: