dynamic discovery rule macros based on JSON

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: None
    • Component/s: Server (S)
    • 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,

            Assignee:
            Andris Zeila
            Reporter:
            Tomasz Grzechulski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: