Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-23224

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

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 6.4.5, 7.0.0alpha3
    • Server (S)
    • None

      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.

            martins-v Martins Valkovskis
            kaspars.mednis Kaspars Mednis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: