i have this trigger prototype which triggers alert if output is "failed"
i tried to use min() function:
but got error:
Incorrect trigger expression
{Template AN AutoSys:an.job[{#JOB},an].str("failed")}=1
{Template AN AutoSys:an.job[{#JOB},an].str("failed").min(5m)}=1
but got error:
Incorrect trigger expression
Comment