Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-20003

[template][Generic SNMP] wrong preprocessing parameter (Discard unchanged)

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 5.4.4
    • Templates (T)
    • Team INT
    • Sprint 82 (Nov 2021)
    • 1

      Some items in "Generic SNMP" template have wrong preprocessing parameter regarding their update interval :

      MariaDB [zabbix]> SELECT items.hostid AS "items.hostid", hosts.name AS "hosts.name", items.itemid AS "items.itemid", items.name AS "items.name", items.delay AS "items.delay", item_preproc.type AS "item_preproc.type", item_preproc.params AS "item_preproc.params" FROM hosts LEFT JOIN (items, item_preproc) ON (hosts.hostid=items.hostid AND items.itemid=item_preproc.itemid) WHERE items.hostid = 10204 and item_preproc.type = 20;
      +--------------+--------------+--------------+------------------------+-------------+-------------------+---------------------+
      | items.hostid | hosts.name   | items.itemid | items.name             | items.delay | item_preproc.type | item_preproc.params |
      +--------------+--------------+--------------+------------------------+-------------+-------------------+---------------------+
      |        10204 | Generic SNMP |        29846 | System contact details | 1h          |                20 | 1d                  |
      |        10204 | Generic SNMP |        29848 | System description     | 1h          |                20 | 1d                  |
      |        10204 | Generic SNMP |        29845 | System location        | 1h          |                20 | 1h                  |
      |        10204 | Generic SNMP |        27152 | System name            | 1h          |                20 | 1h                  |
      |        10204 | Generic SNMP |        29847 | System object ID       | 15m         |                20 | 1h                  |
      +--------------+--------------+--------------+------------------------+-------------+-------------------+---------------------+
      5 rows in set (0.011 sec)
      
      
      

      Update interval for these items should be "1h" and parameter for "Discard unchanged with heartbeat" preprocessing step should be "1d".

       

            vkhaliev Vyacheslav Khaliev
            zabbix-thomas thomas
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: