-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.14rc2, 6.2.8rc2, 6.4.0rc4
-
None
-
Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023)
-
0.5
Steps to reproduce:
- install 6.4rc4 or 6.2.7 or 6.0.13
- import template: zbx_export_templates-16.yaml
- import 3 hosts: zbx_export_hosts.yaml
- find host named: 'Site watcher' and open item named: 'Calculate something.', press Test button.
Expected:
Working Test button which will not break Formula expression.
Correct expression is:
sum(min_foreach(/*/health.check?[tag="Webcheck: {$SOMETHING}"],5m)) / count(min_foreach(/*/health.check?[tag="Webcheck: {$SOMETHING}"],5m))
On the screenshot "tag" is lost.
- is duplicated by
-
ZBX-23236 Part of aggregated function filter is lost when resolving user macros in calculated item formula during item test
- Closed