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

dynamic discovery rule macros based on JSON

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • 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,

            wiper Andris Zeila
            tgrzechulski Tomasz Grzechulski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: