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

Cannot use LLD overrides to separate item prototypes

XMLWordPrintable

    • Team B
    • Sprint 83 (Dec 2021), Sprint 84 (Jan 2022)
    • 0.5

      Please consider having the following JSON for LLD:

      [
         {
             "{#TYPE}": "A",
             "{#VALUE}": "test"
         },
         {
             "{#TYPE}": "B",
             "{#VALUE}": "test"
         }
      ]
      

      You can look at this as at two sets of objects (objects A and objects B), each having a value test:

      • A.test
      • B.test

      There are two item prototypes assigned to this LLD rule:

      Both prototypes have their Discover properties set to "No". At this point, this configuration will not discover any items, so I add overrides:

      • TypeA
        Filter: {#TYPE} mathes A
        Operations: Item prototype contains trap.A
        Discover: Yes
        
      • TypeB
        Filter: {#TYPE} mathes B
        Operations: Item prototype contains trap.B
        Discover: Yes
        

      All 2 items are discovered, but one of them is lost right away and I have an error about item duplicates on discovery.

      This in fact duplicates the ZBX-18551, so feel free to check this task as well.

            ssimonenko Sergey Simonenko (Inactive)
            vjaceslavs Vjaceslavs Bogdanovs
            Team B
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: