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

    • Documentation backlog
    • 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.

            zabbix.dev Zabbix Development Team
            kaspars.mednis Kaspars Mednis
            Team Doc
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: