Hello,
i have this trigger every minute running;
sometimes, the last value is 0 but it is not a failure. Only if the last and prev values are 0, then the trigger should release.
So ist should be a expression with an "and" statement of the two values.
Bfo
i have this trigger every minute running;
Code:
last(/workerproc/proc.num[{$PROC_NAME2},,,{$PROC_CMD2}])<>1
So ist should be a expression with an "and" statement of the two values.
Bfo
Comment