Info Alert condition

Hi,
I created a panel that receive metrics from different servers.

Now I need to create this alert rule (if is it possible)
if (A > 1) AND (B < 1 or C < 1 or D < 1 or E < 1) → alert

I need to alert only if A>1 and at least one of B,C,D,E < 1
Is this correct?

Looks correct to me.

1 Like