-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.18, 5.4.8, 6.0.0alpha7
-
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.
- is duplicated by
-
ZBX-18551 Item mapping is executed before LLD overrides
- Closed