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

Introduce "memory" field for item

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None

      It would be great if Zabbix will support some custom field in the item configuration, which can be used then in requests (HTTP agent, some other item types, including Zabbix agent). Such field value would be used to know next request start point. For example, when request some events from other systems, the field can remember last known processed "eventid" / "clock". After receive new data, the field must be updated according received data.

      The field is more less similar to internal field related to eventid for VMware events processing, but with possible configuration using web-interface. It is possible to store such value in item_rtdata, then using macro reuse in "HTTP agent" requests, for example, special JSON output / preprocessing can help with post-processing:

      [
      { "value" : "....",
       "objectid" : "10" },
      { "value" : "....",
       "objectid" : "20" },
      { "value" : "....",
       "objectid" : "30" },
      ]
      

            vmurzins Valdis Murzins
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: