Calculated items require separate wildcards for each parameter in the item key

XMLWordPrintable

    • S25-W44/45, S25-W46/47, S25-W48/49, S25-W50/51/52/01
    • 1

      Steps to reproduce:
      Create items with multiple parameters in the item key
      Example:

      net.dns[8.8.8.8,example.zabbix.com,A]

      Create calculated item with aggregation and specify wildcard in the item key

      This will not work:

      sum(last_foreach(/host/net.dns[*]))

      This will work:

      sum(last_foreach(/host/net.dns[*,*,*]))

      Expected:

      Wildcard in the item key matches all arguments.
      Otherwise, this should be documented with examples.

            Assignee:
            Sergejs Boidenko
            Reporter:
            Kaspars Mednis
            Team Doc
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: