-
Incident report
-
Resolution: Won't fix
-
Trivial
-
None
-
2.0.12, 2.2.3, 2.3.2
I have two hosts, "enabled" and "disabled". I have a trigger that includes both hosts in the expression, like this:
{enabled:agent.ping.last(,3)}=0 & {disabled:agent.ping.last(,3)}=0
frontend shows second expression part (disabled:agent.ping.last(,3)) in green, however, according to ZBX-8092 logic, it should be red since the host is disabled.