-
New Feature Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
Hello,
It would be great to implement such a solution into Zabbix,
Example use case:
source json have unique values for example
{ "name": "#xyz0", "List": [ "cust", "id", "environment", "branch", "occurence", "app" ], "value": [ [ [], [ ], [ ] ] ] }
using this json as "source:, it would be create to create LLD macros like:
{#ID}
{#BRANCH}
{#APP}
BUT, with conditions like:
IF source JSON contains:
{#list1}
or
{#list2}
only if any of those conditions matches, macros should be added to Zabbix on discovery rule
currently such a solution is not possible to configure,