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

Zabbix 4.4.3 don't recognizes items

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 4.0.25
    • Server (S)
    • None

      I created a custom discovery key that returns data as:

      [
       {
       "RowError": "",
       "RowState": 1,,
       "ItemArray": [
       "master"
       ],
       "HasErrors": false,
       "name": "master"
       },
       {
       "RowError": "",
       "RowState": 1,,
       "ItemArray": [
       "tempdb"
       ],
       "HasErrors": false,
       "name": "tempdb"
       },
       {
       "RowError": "",
       "RowState": 1,,
       "ItemArray": [
       "model"
       ],
       "HasErrors": false,
       "name": "model"
       },
      ...
      

      I tryed use lld macro with key $.[:].name but it's does't work.

      When it try to create items macro paste all items.

      I tryed to not use lld macro and call names as {name} but it does't work too.

      Can you help me please?

            wiper Andris Zeila
            Kohionor46 Anatoliy Grachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: