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

Real Time Export customization

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 5.0.11, 5.2.6
    • Server (S)
    • None

      Add the possibility to edit the zabbix_server.conf to add extra fields for export from the item or some other config file.

      For example a configuration entry for
      ExportTypeEventsAddFields: Key, Description

      These fields would be in addition to the ones listed for the item types here
      https://www.zabbix.com/documentation/current/manual/appendix/protocols/real_time_export

      Please see below for examples of data we would like to include. Essentially the ability to provide more details on the metrics.

      Presently the data looks something like this when exported

       

      {
      "host":
      { "host": "Host_name", "name": "Visible_name" }
      ,
      "groups": [
      "Group A",
      "Groub B"
      ],
      "applications": [
      "Application General"
      ],
      "itemid": 53672,
      "name": "Item availability",
      "clock": 1619717672,
      "ns": 847809113,
      "value": 0,
      "type": 3
      }
      

       

      We would want it look like the following

       

      {
      "host":
      { "host": "Host_name", "name": "Visible_name" }
      ,
      "groups": [
      "Group A",
      "Group B"
      ],
      "applications": [
      "Application General"
      ],
      "itemid": 53672,
      "name": "Item availability",
      "clock": 1619717672,
      "ns": 847809113,
      "value": 0,
      "type": 3
      "Key": vm.perf.metric.get_cpu.costop.millisecond.summation["X001", "", ""]
      "Description:" ["customer", "instance", "perf-interval"]
      }
      

       

            wiper Andris Zeila
            agavrilovs Aleksandrs Petrovs-Gavrilovs
            Votes:
            5 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: